discourse/lib/i18n
锦心 319075e4dd
FIX: Ensure JsLocaleHelper to not output deprecated translations (#28037)
* FIX: Ensure JsLocaleHelper to obly outputs up-to-date translations

The old implementation forgot to filter out deprecated
translations, causing these translations to incorrectly override the new
locale in the frontend.

This commit fills in the forgotten where clause, filtering only the
up-to-date part.

Related meta topic: https://meta.discourse.org/t/outdated-translation-replacement-causing-missing-translation/314352
2024-07-29 15:21:25 +08:00
..
backend DEV: Fix various rubocop lints (#24749) 2023-12-06 23:25:00 +01:00
duplicate_key_finder.rb
i18n_interpolation_keys_finder.rb FIX: Ensure JsLocaleHelper to not output deprecated translations (#28037) 2024-07-29 15:21:25 +08:00
locale_file_checker.rb DEV: Ensure MF locales are checked properly 2024-07-26 16:20:25 +02:00
locale_file_walker.rb