Files
astuto/app/javascript/translations/index.js.erb
Riccardo Graziosi 189d5abe27 Remove unused dependencies (#228)
* Remove unused package.json dependencies
* Remove unused files
* Remove some bootstrap js dependencies
2023-05-20 12:52:19 +02:00

6 lines
135 B
Plaintext

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