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
225 B

  1. const path = require("path");
  2. module.exports = {
  3. i18n: {
  4. locales: ["en", "de", "es", "ar", "he", "zh", "fa"],
  5. defaultLocale: "en",
  6. localeDetection: false,
  7. },
  8. localePath: path.resolve("./public/locales"),
  9. };