2022-06-05 11:40:43 +02:00
|
|
|
import I18n from "i18n-js"
|
2023-05-20 12:52:19 +02:00
|
|
|
|
2022-06-05 11:40:43 +02:00
|
|
|
I18n.translations = <%= I18n::JS.filtered_translations.to_json %>
|
|
|
|
|
I18n.locale = LOCALE
|
2023-05-20 12:52:19 +02:00
|
|
|
|
2022-06-05 11:40:43 +02:00
|
|
|
export default I18n
|