mirror of
https://github.com/astuto/astuto.git
synced 2025-12-14 18:57:51 +01:00
* Remove unused package.json dependencies * Remove unused files * Remove some bootstrap js dependencies
6 lines
135 B
Plaintext
6 lines
135 B
Plaintext
import I18n from "i18n-js"
|
|
|
|
I18n.translations = <%= I18n::JS.filtered_translations.to_json %>
|
|
I18n.locale = LOCALE
|
|
|
|
export default I18n |