Fixed Hindi locale. Noted that Hindi chars shouldn't be used for

untranslated strings!!!
This commit is contained in:
William Kendrick 2004-06-11 09:39:20 +00:00
parent b37ccf2b0e
commit f6b3d08d57
2 changed files with 7 additions and 3 deletions

View file

@ -4504,8 +4504,8 @@ void setup(int argc, char * argv[])
}
else if (strcmp(langstr, "hindi") == 0)
{
putenv("LANG=hi_IN");
putenv("LC_ALL=hi_IN");
putenv("LANG=hi_IN.UTF8");
putenv("LC_ALL=hi_IN.UTF8");
}
else if (strcmp(langstr, "hungarian") == 0 ||
strcmp(langstr, "magyar") == 0)