Enable Swedish Locale

This commit is contained in:
Preston 2020-10-01 21:26:08 -04:00
parent 04f19e79fe
commit b6c0c331f9
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', 'es-MX', 'tr', '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', 'sv', 'tr', 'vi']
const messages = {}
const fileLocation = isDev ? 'static/locales/' : `${__dirname}/static/locales/`