mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-28 00:11:08 -04:00
Add pull requsted languages to i18n whitelist & to dropdown.
This commit is contained in:
@ -13,7 +13,7 @@ i18next
|
||||
|
||||
const initialized = i18next.init({
|
||||
fallbackLng: 'en',
|
||||
whitelist: ['en', 'et'],
|
||||
whitelist: ['en', 'et', 'fa', 'bn', 'es'],
|
||||
backend: {
|
||||
loadPath: `${window.location.origin}/locales/{{lng}}/{{ns}}.json`,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user