Skip to content

Explicitly set locale fallbacks

Jan Provaznik requested to merge jprovazn-locale-fix into master

What does this MR do?

With a recent change in i18n, default language is not included in fallbacks by default. This causes that MissingTranslationData exception is raised both in development and production mode.

This patch sets explicitly fallbacks language to english which assures that english is used for missing translations.

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54274

Does this MR meet the acceptance criteria?

Merge request reports