Skip to content

Commit 4d9dd8b

Browse files
authored
fix: use pt short-code for Portuguese prediction mapping (#212)
1 parent 33f735f commit 4d9dd8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shared/lang.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const SUPPORTED_LANGUAGES_SHORT_CODE: Record<string, string> = {
5050
sv: "sv_SE",
5151
de: "de_DE",
5252
pl: "pl_PL",
53-
pr: "pt_BR",
53+
pt: "pt_BR",
5454
};
5555

5656
export const DEFAULT_SEPERATOR_CHARS_REGEX: RegExp = RegExp(

0 commit comments

Comments
 (0)