mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-18 03:25:31 -05:00
5 lines
217 B
Text
5 lines
217 B
Text
//= depend_on 'en.yml'
|
|
|
|
<% SimplesIdeias::I18n.assert_usable_configuration! %>
|
|
var I18n = I18n || {};
|
|
I18n.translations = <%= SimplesIdeias::I18n.translation_segments['app/assets/javascripts/i18n/en.js'].to_json %>;
|