discourse/app/assets/javascripts/discourse/translations.js.erb
2013-02-05 14:16:51 -05:00

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 %>;