Fix for Belarusian.

This commit is contained in:
William Kendrick 2004-05-09 20:03:20 +00:00
parent 70fe49bdff
commit a5bd1408de
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ msgstr ""
#: tuxpaint.c:801
msgid "Do you really want to quit?"
msgstr ""
msgstr "QUIT? QUIT? QUIT?"
#: tuxpaint.c:802 tuxpaint.c:806 tuxpaint.c:810 tuxpaint.c:824 tuxpaint.c:834
#: tuxpaint.c:8386 tuxpaint.c:9093

View file

@ -4409,8 +4409,8 @@ void setup(int argc, char * argv[])
else if (strcmp(langstr, "belarusian") == 0 ||
strcmp(langstr, "bielaruskaja") == 0)
{
putenv("LANG=be_BY.UTF-8");
putenv("LC_ALL=be_BY.UTF-8");
putenv("LANG=be_BY");
putenv("LC_ALL=be_BY");
}
else if (strcmp(langstr, "czech") == 0 ||
strcmp(langstr, "cesky") == 0)