mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 16:01:07 -04:00
add de to i18n config
This commit is contained in:
@ -14,7 +14,7 @@ i18next
|
|||||||
|
|
||||||
const initialized = i18next.init({
|
const initialized = i18next.init({
|
||||||
fallbackLng: 'en',
|
fallbackLng: 'en',
|
||||||
whitelist: ['en', 'fr', 'et', 'fa', 'bn', 'es'],
|
whitelist: ['en', 'de', 'fr', 'et', 'fa', 'bn', 'es'],
|
||||||
backend: {
|
backend: {
|
||||||
loadPath: `${config.base_url || ''}/locales/{{lng}}/{{ns}}.json`,
|
loadPath: `${config.base_url || ''}/locales/{{lng}}/{{ns}}.json`,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user