Skip to content

Commit

Permalink
add es-419 (calcom#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaic195 authored Oct 14, 2021
1 parent 3b84458 commit 1783dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/core/i18n/i18n.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export const localeLabels: localeType = {
ro: "Romanian",
nl: "Dutch",
"pt-BR": "Portuguese (Brazilian)",
"es-419": "Spanish, Latin America",
};

export type OptionType = {
Expand Down
2 changes: 1 addition & 1 deletion next-i18next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
locales: ["en", "fr", "it", "ru", "es", "de", "pt", "ro", "nl", "pt-BR", "es-419"],
},
localePath: path.resolve("./public/static/locales"),
};

0 comments on commit 1783dae

Please sign in to comment.