added polish, hebrew, arabic, needs translations (#1573)

pull/1575/head^2
Peer Richelsen 2022-01-20 13:11:43 +00:00 committed by GitHub
parent 24182625bb
commit b21dd3418b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 1 deletions

View File

@ -4,7 +4,24 @@ const path = require("path");
module.exports = {
i18n: {
defaultLocale: "en",
locales: ["en", "fr", "it", "ru", "es", "de", "pt", "ro", "nl", "pt-BR", "es-419", "ko", "ja"],
locales: [
"en",
"fr",
"it",
"ru",
"es",
"de",
"pt",
"ro",
"nl",
"pt-BR",
"es-419",
"ko",
"ja",
"pl",
"ar",
"iw",
],
},
localePath: path.resolve("./public/static/locales"),
reloadOnPrerender: process.env.NODE_ENV !== "production",