We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f735f commit 4d9dd8bCopy full SHA for 4d9dd8b
1 file changed
src/shared/lang.ts
@@ -50,7 +50,7 @@ export const SUPPORTED_LANGUAGES_SHORT_CODE: Record<string, string> = {
50
sv: "sv_SE",
51
de: "de_DE",
52
pl: "pl_PL",
53
- pr: "pt_BR",
+ pt: "pt_BR",
54
};
55
56
export const DEFAULT_SEPERATOR_CHARS_REGEX: RegExp = RegExp(
0 commit comments