mirror of
https://github.com/discourse/discourse.git
synced 2026-07-31 08:38:27 -05:00
"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.