vue-i18n
Internationalization plugin for Vue.js
...In addition to simple translation, support localization such as pluralization, number, datetime, etc. You can manage locale messages on single file component. Vue I18n is internationalization plugin of Vue.js. It easily integrates some localization features to your Vue.js Application. You can translate with pluralization. You must define the locale that have a pipe | separator, and define plurals in pipe separator. Such pluralization, however, does not apply to all languages (Slavic languages, for example, have different pluralization rules). ...