discourse/lib/i18n
Gerhard Schlager ce1620f2ad
FIX: Pluralized translation overrides didn't work for en_US
"en_US" doesn't contain most of the translations, so it falls back to "en". But that behavior stopped translation overrides to work for pluralized strings in "en_US", because it relies on existing translations. This fixes it by looking up the existing translation in all fallback locales.
2020-08-29 00:11:46 +02:00
..
backend FIX: Pluralized translation overrides didn't work for en_US 2020-08-29 00:11:46 +02:00
duplicate_key_finder.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
i18n_interpolation_keys_finder.rb DEV: Fix i18n deprecation warnings 2020-08-03 15:57:29 +02:00
locale_file_checker.rb Locale checks were disabled by mistake 2020-06-16 16:04:14 +02:00
locale_file_walker.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00