Files
astuto/app/javascript/translations/index.js.erb

4 lines
133 B
Plaintext
Raw Normal View History

import I18n from "i18n-js"
I18n.translations = <%= I18n::JS.filtered_translations.to_json %>
I18n.locale = LOCALE
export default I18n