Enable Swedish Locale
This commit is contained in:
		
							parent
							
								
									04f19e79fe
								
							
						
					
					
						commit
						b6c0c331f9
					
				| 
						 | 
				
			
			@ -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/`
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue