We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translation files for layout domain seems to be old; For example, the copyright in the footer now uses a variable to represent a year:
layout
https://github.com/elementary/website/blob/master/_templates/footer.php#L6
However, the counterpart string in weblate uses a fixed year "2017":
https://l10n.elementary.io/translate/website/layout/nn/?checksum=3ab5aca5da360364&sort_by=-priority,position
See also the discussion in the link above.
The translation files for layout domain should be up-to-date. And thus, the year in the copyright should use a variable like %{year}
%{year}
N/A
Not platform dependance
The text was updated successfully, but these errors were encountered:
Related to #2162
Sorry, something went wrong.
No branches or pull requests
What Happened
Translation files for
layout
domain seems to be old; For example, the copyright in the footer now uses a variable to represent a year:https://github.com/elementary/website/blob/master/_templates/footer.php#L6
However, the counterpart string in weblate uses a fixed year "2017":
https://l10n.elementary.io/translate/website/layout/nn/?checksum=3ab5aca5da360364&sort_by=-priority,position
See also the discussion in the link above.
Expected Behavior
The translation files for
layout
domain should be up-to-date. And thus, the year in the copyright should use a variable like%{year}
Steps to Reproduce
Logs
N/A
Platform Information
Not platform dependance
The text was updated successfully, but these errors were encountered: