Enable Turkish and Spanish Locales

This commit is contained in:
Preston 2020-09-30 09:21:04 -04:00
parent c28f71efdd
commit 5e7740015c
1 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', 'en_GB', 'ar', 'zh-CN', 'zh-TW', 'hr', 'da', 'nl', 'fi', 'fr-FR', 'de-DE', 'id', 'it', 'ja', 'pl', 'pt-BR', 'pt-PT', 'ru', 'es-MX', 'vi']
const activeLocales = ['en-US', 'en_GB', 'ar', 'zh-CN', 'zh-TW', 'hr', 'da', 'nl', 'fi', 'fr-FR', 'de-DE', 'id', 'it', 'ja', 'pl', 'pt-BR', 'pt-PT', 'ru', 'es', 'es-MX', 'tr', 'vi']
const messages = {}
const fileLocation = isDev ? 'static/locales/' : `${__dirname}/static/locales/`