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:
Luca 2020-08-22 14:57:37 +02:00
parent 2a0e502ba4
commit b99b762a39
2 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Vue.component('font-awesome-icon', FontAwesomeIcon)
Vue.use(VueI18n)
// 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 = {}
// Take active locales and load respective YAML file