fix: use lowercase portuguese code tags

This commit is contained in:
Stavros
2025-11-21 16:10:00 +02:00
parent e0a8cf5441
commit 9d21d6a14f
2 changed files with 64 additions and 64 deletions

View File

@@ -18,8 +18,8 @@ export const languages = {
"nl-NL": "Nederlands",
"no-NO": "Norsk",
"pl-PL": "Polski",
"pt-BR": "Português",
"pt-PT": "Português",
"pt-BR": "Português (Brasil)",
"pt-PT": "Português (Portugal)",
"ro-RO": "Română",
"ru-RU": "Русский",
"sr-SP": "Српски",
@@ -28,7 +28,7 @@ export const languages = {
"uk-UA": "Українська",
"vi-VN": "Tiếng Việt",
"zh-CN": "简体中文",
"zh-TW": "繁體中文(台灣)",
"zh-TW": "繁體中文",
};
export type SupportedLanguage = keyof typeof languages;