mirror of
				https://github.com/mokuappio/serverless-invoices.git
				synced 2025-10-28 08:21:08 -04:00 
			
		
		
		
	Added new languages to language selector.
This commit is contained in:
		| @ -14,7 +14,7 @@ i18next | ||||
|  | ||||
| const initialized = i18next.init({ | ||||
|   fallbackLng: 'en', | ||||
|   whitelist: ['en', 'de', 'fr', 'et', 'fa', 'bn', 'es', 'pt_br','it'], | ||||
|   whitelist: ['en', 'de', 'fr', 'et', 'fa', 'bn', 'es', 'pt_br', 'it', 'id', 'kr'], | ||||
|   backend: { | ||||
|     loadPath: `${config.base_url || ''}/locales/{{lng}}/{{ns}}.json`, | ||||
|   }, | ||||
|  | ||||
| @ -13,7 +13,9 @@ export default { | ||||
|       { name: 'Spanish', code: 'es' }, | ||||
|       { name: 'Bangla', code: 'bn' }, | ||||
|       { name: 'German', code: 'de' }, | ||||
|       { name: 'Português - BR', code: 'pt_br' } | ||||
|       { name: 'Português - BR', code: 'pt_br' }, | ||||
|       { name: 'Indonesian', code: 'id' }, | ||||
|       { name: 'Korean', code: 'kr' }, | ||||
|     ], | ||||
|   }, | ||||
|   mutations: { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user