fix: rename pt-PT.ts to pt-BR.ts

This commit is contained in:
Elias Schneider
2023-07-25 17:07:38 +02:00
parent 82008aa261
commit 2584bb0d48
5 changed files with 343 additions and 592 deletions

View File

@@ -3,7 +3,7 @@ import german from "./translations/de-DE";
import english from "./translations/en-US";
import spanish from "./translations/es-ES";
import french from "./translations/fr-FR";
import portugueze from "./translations/pt-PT";
import portuguese from "./translations/pt-BR";
import thai from "./translations/th-TH";
import chineseSimplified from "./translations/zh-CN";
@@ -23,10 +23,10 @@ export const LOCALES = {
code: "fr-FR",
messages: french,
},
PORTUGUEZE: {
name: "Português",
code: "pt-PT",
messages: portugueze,
PORTUGUESE_BRAZIL: {
name: "Português (Brasil)",
code: "pt-BR",
messages: portuguese,
},
DANISH: {
name: "Dansk",