Fix for Belarusian.
This commit is contained in:
parent
70fe49bdff
commit
a5bd1408de
2 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ msgstr ""
|
||||||
|
|
||||||
#: tuxpaint.c:801
|
#: tuxpaint.c:801
|
||||||
msgid "Do you really want to quit?"
|
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:802 tuxpaint.c:806 tuxpaint.c:810 tuxpaint.c:824 tuxpaint.c:834
|
||||||
#: tuxpaint.c:8386 tuxpaint.c:9093
|
#: tuxpaint.c:8386 tuxpaint.c:9093
|
||||||
|
|
|
||||||
|
|
@ -4409,8 +4409,8 @@ void setup(int argc, char * argv[])
|
||||||
else if (strcmp(langstr, "belarusian") == 0 ||
|
else if (strcmp(langstr, "belarusian") == 0 ||
|
||||||
strcmp(langstr, "bielaruskaja") == 0)
|
strcmp(langstr, "bielaruskaja") == 0)
|
||||||
{
|
{
|
||||||
putenv("LANG=be_BY.UTF-8");
|
putenv("LANG=be_BY");
|
||||||
putenv("LC_ALL=be_BY.UTF-8");
|
putenv("LC_ALL=be_BY");
|
||||||
}
|
}
|
||||||
else if (strcmp(langstr, "czech") == 0 ||
|
else if (strcmp(langstr, "czech") == 0 ||
|
||||||
strcmp(langstr, "cesky") == 0)
|
strcmp(langstr, "cesky") == 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue