Skip to content

Commit 0b8eb7e

Browse files
committed
fix language detection on steam for ptBR
1 parent 890a213 commit 0b8eb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataTool/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static class Program {
4747
{ "japanese", "jaJP" },
4848
{ "koreana", "koKR" },
4949
{ "polish", "plPL" },
50-
{ "portuguese", "ptBR" },
50+
{ "brazilian", "ptBR" },
5151
{ "russian", "ruRU" },
5252
{ "thai", "thTH" },
5353
{ "turkish", "trTR" },

0 commit comments

Comments
 (0)