mirror of
https://github.com/discourse/discourse.git
synced 2025-04-22 16:52:31 +08:00

Currently, this is the order of i18n translate function: 1. Translation in required language; 2. Optional `defaultValue` provided; 3. Fallback to forum default language. When admin set language as English GB, translation was not correctly displayed as it went to step 2 and displayed `defaultValue` instead of correct translation from default language.