mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 22:26:29 +08:00
3b2f6e129a
* "English" gets renamed into "English (US)" * "English (UK)" replaces "English" @discourse-translator-bot keep_translations_and_approvals
7 lines
187 B
Plaintext
7 lines
187 B
Plaintext
//= depend_on 'client.en_GB.yml'
|
|
//= depend_on 'client.en.yml'
|
|
//= require locales/i18n
|
|
|
|
<% JsLocaleHelper.reloadable_plugins(:en_GB, self) %>
|
|
<%= JsLocaleHelper.output_locale(:en_GB) %>
|