added jp (japanese) (#1085)

pull/1093/head
Peer Richelsen 2021-10-31 21:31:21 +00:00 committed by GitHub
parent 863fc2e5cc
commit ad46fc121d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ const path = require("path");
module.exports = {
i18n: {
defaultLocale: "en",
locales: ["en", "fr", "it", "ru", "es", "de", "pt", "ro", "nl", "pt-BR", "es-419", "ko"],
locales: ["en", "fr", "it", "ru", "es", "de", "pt", "ro", "nl", "pt-BR", "es-419", "ko", "jp"],
},
localePath: path.resolve("./public/static/locales"),
};