Skip to content

Commit

Permalink
fix: update locales
Browse files Browse the repository at this point in the history
  • Loading branch information
eritislami committed Apr 18, 2021
1 parent bc72ceb commit b106d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -21,7 +21,7 @@ const cooldowns = new Collection();
const escapeRegex = (str) => str.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");

i18n.configure({
locales: ["de", "en", "es", "fr", "it", "ko", "nl", "pt_br", "ru", "tr", "zh_cn", "zh_tw"],
locales: ["de", "en", "es", "fr", "it", "ko", "nl", "pl", "pt_br", "ru", "sv", "tr", "zh_cn", "zh_tw"],
directory: path.join(__dirname, "locales"),
defaultLocale: "en",
objectNotation: true,
Expand Down

0 comments on commit b106d62

Please sign in to comment.