diff options
Diffstat (limited to 'npc/functions/asklanguage.txt')
-rw-r--r-- | npc/functions/asklanguage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/asklanguage.txt b/npc/functions/asklanguage.txt index d10f5534f..5d996e941 100644 --- a/npc/functions/asklanguage.txt +++ b/npc/functions/asklanguage.txt @@ -8,7 +8,7 @@ function script languagecode { switch (Lang) { case LANG_PTBR: - return "pt-BR"; + return "pt_BR"; case LANG_FR: return "fr"; case LANG_DE: |