mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-28 00:11: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`,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user