added korean to i18n config (#953)
parent
f1eae5fe77
commit
55d77993af
|
@ -60,6 +60,7 @@ export const localeLabels: localeType = {
|
|||
nl: "Dutch",
|
||||
"pt-BR": "Portuguese (Brazilian)",
|
||||
"es-419": "Spanish, Latin America",
|
||||
ko: "Korean",
|
||||
};
|
||||
|
||||
export type OptionType = {
|
||||
|
|
|
@ -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"],
|
||||
locales: ["en", "fr", "it", "ru", "es", "de", "pt", "ro", "nl", "pt-BR", "es-419", "ko"],
|
||||
},
|
||||
localePath: path.resolve("./public/static/locales"),
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue