Skip to content

Commit d0bb974

Browse files
committed
fix: update Portuguese language name to "Português Brasileiro" in i18n configuration
1 parent 824b4b8 commit d0bb974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/frontend/src/i18n/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const supportedLngs: { [key: string]: { name: string; locale: string } }
2727
locale: "ja-JP"
2828
},
2929
ptBR: {
30-
name: "Português",
30+
name: "Português Brasileiro",
3131
locale: "pt-BR"
3232
}
3333
};

0 commit comments

Comments
 (0)