fix pt-br

This commit is contained in:
derpystuff 2023-12-30 01:37:27 +01:00
parent 9596352b1b
commit 7ee838d409
2 changed files with 14 additions and 7 deletions

View file

@ -549,8 +549,8 @@ module.exports.DICTIONARY_LANGUAGES = Object.freeze({
nl: "Dutch",
no: "Norwegian",
pl: "Polish",
"pt-br": "Portuguese",
"pt-pt": "Portuguese",
"pt-br": "Portuguese (Brazil)",
"pt-pt": "Portuguese (Portugal)",
pt: "Portuguese",
ro: "Romanian",
ru: "Russian",
@ -571,7 +571,7 @@ module.exports.DICTIONARY_LANGUAGES = Object.freeze({
// work lmk on discord @bignutty and i'll add it (if reasonable)
// same goes for emoji below
module.exports.TRANSLATE_LANGUAGE_ALIASES = Object.freeze({
"jp": "ja"
"jp": "ja",
})
module.exports.TRANSLATE_LANGUAGE_MAPPINGS = Object.freeze({
@ -664,6 +664,8 @@ module.exports.TRANSLATE_LANGUAGE_MAPPINGS = Object.freeze({
"fa": "🇮🇷",
"pl": "🇵🇱",
"pt": "🇵🇹",
"pt-pt": "🇵🇹",
"pt-br": "🇧🇷",
"ro": "🇷🇴",
"ru": "🇷🇺",
"sm": "🇼🇸",
@ -798,7 +800,8 @@ module.exports.TRANSLATE_LANGUAGES = Object.freeze({
"ps": "Pashto",
"fa": "Persian",
"pl": "Polish",
"pt": "Portuguese (Portugal, Brazil)",
"pt": "Portuguese",
"pt-br": "Brazilian Portuguese",
"pa": "Punjabi",
"qu": "Quechua",
"ro": "Romanian",