diff --git a/src/renderer/main.js b/src/renderer/main.js index d183e3882..dc79120de 100644 --- a/src/renderer/main.js +++ b/src/renderer/main.js @@ -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'] +const activeLocales = ['en-US', 'de-DE', 'pt-PT', 'fi', 'pt-BR', 'vi', 'zh-CN', 'zh-TW'] const messages = {} // Take active locales and load respective YAML file diff --git a/static/locales/fr.yaml b/static/locales/fr-FR.yaml similarity index 100% rename from static/locales/fr.yaml rename to static/locales/fr-FR.yaml diff --git a/static/locales/zh_Hans.yaml b/static/locales/zh-CN.yaml similarity index 100% rename from static/locales/zh_Hans.yaml rename to static/locales/zh-CN.yaml diff --git a/static/locales/zh_Hant.yaml b/static/locales/zh-TW.yaml similarity index 100% rename from static/locales/zh_Hant.yaml rename to static/locales/zh-TW.yaml