mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
import I18n from "i18n-js"
|
|
|
|
I18n.translations = <%= I18n::JS.filtered_translations.to_json %>
|
|
I18n.locale = LOCALE
|
|
|
|
I18n.pluralization["vi"] = function(count) { return ["other"] }
|
|
|
|
export default I18n |