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.

9 lines
399 B

  1. module.exports = {
  2. i18n: {
  3. locales: [
  4. 'en', 'es', 'de', 'uz', 'pt', 'bn', 'zh', 'az', 'ur', 'fr', 'tr', 'id', 'sw', 'ru', 'ar', 'tg', 'fa', 'gu', 'ks', 'ha'
  5. ]
  6. , // List the languages you support
  7. defaultLocale: 'en', // Default language
  8. },
  9. reloadOnPrerender: true, // Ensures translations are reloaded on server-side rendering
  10. };