mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:36:40 +08:00
5 lines
223 B
Text
5 lines
223 B
Text
//= depend_on 'client.en.yml'
|
|
|
|
<% SimplesIdeias::I18n.assert_usable_configuration! %>
|
|
var I18n = I18n || {};
|
|
I18n.translations = <%= SimplesIdeias::I18n.translation_segments['app/assets/javascripts/i18n/en.js'].to_json %>;
|