mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
ce1620f2ad
"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.