Files
astuto/app/javascript/translations/index.js.erb
2024-02-14 11:07:23 +01:00

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