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 ()
|
||||
{
|
||||
setlocale (LC_ALL, "");
|
||||
// textdomain ("planetblupi");
|
||||
// bindtextdomain ("planetblupi", (GetShareDir () + "locale").c_str ());
|
||||
// bind_textdomain_codeset ("planetblupi", "UTF-8");
|
||||
textdomain ("planetblupi");
|
||||
bindtextdomain ("planetblupi", (GetShareDir () + "locale").c_str ());
|
||||
bind_textdomain_codeset ("planetblupi", "UTF-8");
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
x
Reference in New Issue
Block a user