mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
4 lines
133 B
Plaintext
4 lines
133 B
Plaintext
|
|
import I18n from "i18n-js"
|
||
|
|
I18n.translations = <%= I18n::JS.filtered_translations.to_json %>
|
||
|
|
I18n.locale = LOCALE
|
||
|
|
export default I18n
|