summaryrefslogtreecommitdiff
path: root/npc/functions/asklanguage.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-19 19:02:57 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-19 19:02:57 -0300
commit1e55c6762858f575eef63b790eac556f2eec3b5e (patch)
treed82c5c5d66c619b5d5ffc6397dfd54503d752f9b /npc/functions/asklanguage.txt
parentdf8c51fd591c450d8d4062a7d725eee5718b79ae (diff)
downloadserverdata-1e55c6762858f575eef63b790eac556f2eec3b5e.tar.gz
serverdata-1e55c6762858f575eef63b790eac556f2eec3b5e.tar.bz2
serverdata-1e55c6762858f575eef63b790eac556f2eec3b5e.tar.xz
serverdata-1e55c6762858f575eef63b790eac556f2eec3b5e.zip
u.u
Diffstat (limited to 'npc/functions/asklanguage.txt')
-rw-r--r--npc/functions/asklanguage.txt2
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: