Is there an existing issue for this?
What happened?
Despite calling make compile_locales in test_needs_locales job (and when building production image) these errors do not bubble up and cause the build/CI to fail:
locale/es_CL/LC_MESSAGES/django.po
Error: E201: invalid variables: {complemento}
locale/tr/LC_MESSAGES/django.po
Error: E201: invalid variables: {version}
locale/cs/LC_MESSAGES/django.po
Error: E201: invalid variables: %(jméno_autora)s
They can be seen when running dennis-cmd lint --errorsonly on the relevant po files, which are currently broken (as of mozilla/addons-server@1b58b5b)
What did you expect to happen?
CI should break until we have fixed these.
┆Issue is synchronized with this Jira Task
Is there an existing issue for this?
What happened?
Despite calling
make compile_localesintest_needs_localesjob (and when building production image) these errors do not bubble up and cause the build/CI to fail:They can be seen when running
dennis-cmd lint --errorsonlyon the relevant po files, which are currently broken (as of mozilla/addons-server@1b58b5b)What did you expect to happen?
CI should break until we have fixed these.
┆Issue is synchronized with this Jira Task