add es-419 (#944)
This commit is contained in:
parent
3b844583c9
commit
1783dae121
2 changed files with 2 additions and 1 deletions
|
@ -59,6 +59,7 @@ export const localeLabels: localeType = {
|
||||||
ro: "Romanian",
|
ro: "Romanian",
|
||||||
nl: "Dutch",
|
nl: "Dutch",
|
||||||
"pt-BR": "Portuguese (Brazilian)",
|
"pt-BR": "Portuguese (Brazilian)",
|
||||||
|
"es-419": "Spanish, Latin America",
|
||||||
};
|
};
|
||||||
|
|
||||||
export type OptionType = {
|
export type OptionType = {
|
||||||
|
|
|
@ -4,7 +4,7 @@ const path = require("path");
|
||||||
module.exports = {
|
module.exports = {
|
||||||
i18n: {
|
i18n: {
|
||||||
defaultLocale: "en",
|
defaultLocale: "en",
|
||||||
locales: ["en", "fr", "it", "ru", "es", "de", "pt", "ro", "nl", "pt-BR"],
|
locales: ["en", "fr", "it", "ru", "es", "de", "pt", "ro", "nl", "pt-BR", "es-419"],
|
||||||
},
|
},
|
||||||
localePath: path.resolve("./public/static/locales"),
|
localePath: path.resolve("./public/static/locales"),
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue