French and Russian, Brazilian portuguese, Languages in alphabetic
order Added: French and Russian - Both languages are translated enough to be usable. Fixed: Brazilian portuguese - The YAML file had an underscore instead of a hyphen in its name, so it was not displayed as an optiom Refactored: Languages in alphabetic order - Rearranged the languages according to their alphabetic order, except for english, which is the standard and most used language
This commit is contained in:
parent
2a0e502ba4
commit
b99b762a39
|
@ -23,7 +23,7 @@ Vue.component('font-awesome-icon', FontAwesomeIcon)
|
||||||
Vue.use(VueI18n)
|
Vue.use(VueI18n)
|
||||||
|
|
||||||
// List of locales approved for use
|
// List of locales approved for use
|
||||||
const activeLocales = ['en-US', 'de-DE', 'pt-PT', 'fi', 'pt-BR', 'vi', 'zh-CN', 'zh-TW']
|
const activeLocales = ['en-US', 'de-DE', 'fi', 'fr-FR', 'pt-BR', 'pt-PT', 'ru', 'vi', 'zh-CN', 'zh-TW']
|
||||||
const messages = {}
|
const messages = {}
|
||||||
|
|
||||||
// Take active locales and load respective YAML file
|
// Take active locales and load respective YAML file
|
||||||
|
|
Loading…
Reference in New Issue