From a2d447efd50ffb697716109083139b7a87dac5c9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 20 Feb 2020 14:04:49 -0300 Subject: Number divions on german are the same as in brazilian --- npc/functions/string.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/npc/functions/string.txt b/npc/functions/string.txt index 22630c45d..6b38fa676 100644 --- a/npc/functions/string.txt +++ b/npc/functions/string.txt @@ -105,6 +105,7 @@ function script format_number { // get from user language switch (Lang) { case LANG_FR: .@separator$ = " "; break; // French + case LANG_DE: .@separator$ = "."; break; // Germanic case LANG_PTBR: .@separator$ = "."; break; // Brazilian default: .@separator$ = ","; // English (default) } -- cgit v1.2.3-60-g2f50