You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
399 B
10 lines
399 B
module.exports = {
|
|
i18n: {
|
|
locales: [
|
|
'en', 'es', 'de', 'uz', 'pt', 'bn', 'zh', 'az', 'ur', 'fr', 'tr', 'id', 'sw', 'ru', 'ar', 'tg', 'fa', 'gu', 'ks', 'ha'
|
|
]
|
|
, // List the languages you support
|
|
defaultLocale: 'en', // Default language
|
|
},
|
|
reloadOnPrerender: true, // Ensures translations are reloaded on server-side rendering
|
|
};
|