Skip to content

Commit

Permalink
fix: rename pt-PT.ts to pt-BR.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
stonith404 committed Jul 25, 2023
1 parent 82008aa commit 2584bb0
Show file tree
Hide file tree
Showing 5 changed files with 343 additions and 592 deletions.
10 changes: 5 additions & 5 deletions frontend/src/i18n/locales.ts
Expand Up @@ -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";

Expand All @@ -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",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/i18n/translations/en-US.ts
Expand Up @@ -425,6 +425,7 @@ export default {
"common.text.or": "or",
"common.button.go-back": "Go back",
"common.notify.copied": "Your link was copied to the clipboard",
"common.success": "Success",

"common.error": "Error",
"common.error.unknown": "An unknown error occurred",
Expand Down

0 comments on commit 2584bb0

Please sign in to comment.