mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Restore gettext calls (it's ok with emscripten too)
This commit is contained in:
parent
ea4158e8ac
commit
4a75c5e66a
@ -1046,9 +1046,9 @@ static void
|
|||||||
initGettext ()
|
initGettext ()
|
||||||
{
|
{
|
||||||
setlocale (LC_ALL, "");
|
setlocale (LC_ALL, "");
|
||||||
// textdomain ("planetblupi");
|
textdomain ("planetblupi");
|
||||||
// bindtextdomain ("planetblupi", (GetShareDir () + "locale").c_str ());
|
bindtextdomain ("planetblupi", (GetShareDir () + "locale").c_str ());
|
||||||
// bind_textdomain_codeset ("planetblupi", "UTF-8");
|
bind_textdomain_codeset ("planetblupi", "UTF-8");
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user