mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
DEV: Always require %{count} in French pluralized strings
This commit is contained in:
parent
81c329fbb8
commit
427cf295d9
@ -37,7 +37,7 @@ class LocaleFileChecker
|
||||
|
||||
# Some languages should always use %{count} in pluralized strings.
|
||||
# https://meta.discourse.org/t/always-use-count-variable-when-translating-pluralized-strings/83969
|
||||
FORCE_PLURAL_COUNT_LOCALES = ["bs", "lt", "lv", "ru", "sl", "sr", "uk"]
|
||||
FORCE_PLURAL_COUNT_LOCALES = ["bs", "fr", "lt", "lv", "ru", "sl", "sr", "uk"]
|
||||
|
||||
def locale_files
|
||||
YML_DIRS.map { |dir| Dir["#{Rails.root}/#{dir}/{client,server}.#{@locale}.yml"] }.flatten
|
||||
|
Loading…
x
Reference in New Issue
Block a user