Skip to content
New issue

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

Fix Translation Regression Test error #720

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helpers/credits_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def update_credits_markdown(global_translation):


def get_credits(global_translation):
text = '# Credits\r\n' # global_translation('TEXT_CREDITS')
text = '# Credits\r\n'
text += 'Following shows projects and contributors for webperf-core and its dependencies.\r\n'
text += 'Many thanks to all of you! :D\r\n'

Expand Down
Binary file modified locales/en/LC_MESSAGES/http_validator.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion locales/en/LC_MESSAGES/http_validator.po
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,5 @@ msgstr "- {0}, Subresource Integrity (SRI) is required for following entries"
msgid "TEXT_REVIEW_SRI_WITH_ERRORS"
msgstr "- {0}, Subresource Integrity (SRI) is used incorrectly"

msgid "TEXT_REVIEW_SRI_WITH_ERRORS"
msgid "TEXT_REVIEW_SRI_WITH_ERRORS_DETAILS"
msgstr "- {0}, Subresource Integrity (SRI) has following errors"
Binary file modified locales/gov/LC_MESSAGES/http_validator.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion locales/gov/LC_MESSAGES/http_validator.po
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,5 @@ msgstr "- {0}, Subresource Integrity (SRI) is required for following entries"
msgid "TEXT_REVIEW_SRI_WITH_ERRORS"
msgstr "- {0}, Subresource Integrity (SRI) is used incorrectly"

msgid "TEXT_REVIEW_SRI_WITH_ERRORS"
msgid "TEXT_REVIEW_SRI_WITH_ERRORS_DETAILS"
msgstr "- {0}, Subresource Integrity (SRI) has following errors"
Binary file modified locales/sv/LC_MESSAGES/http_validator.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion locales/sv/LC_MESSAGES/http_validator.po
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,5 @@ msgstr "- {0}, Subresource Integrity (SRI) krävs för följande HTML-element"
msgid "TEXT_REVIEW_SRI_WITH_ERRORS"
msgstr "- {0}, Subresource Integrity (SRI) används på felaktigt sätt"

msgid "TEXT_REVIEW_SRI_WITH_ERRORS"
msgid "TEXT_REVIEW_SRI_WITH_ERRORS_DETAILS"
msgstr "- {0}, Subresource Integrity (SRI) har följande fel"
Loading