mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
8 lines
285 B
Text
8 lines
285 B
Text
|
//= depend_on 'en.yml'
|
||
|
|
||
|
<% SimplesIdeias::I18n.assert_usable_configuration! %>
|
||
|
<% admin = SimplesIdeias::I18n.translation_segments['app/assets/javascripts/i18n/admin.en.js']
|
||
|
admin[:en][:js] = admin[:en].delete(:admin_js)
|
||
|
%>
|
||
|
$.extend(true, I18n.translations, <%= admin.to_json %>);
|