mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Add missing char for Hebrew
This commit is contained in:
parent
7efa181ed5
commit
8d84e12ce8
@ -2804,7 +2804,7 @@ CEvent::DrawButtons ()
|
|||||||
else if (locale == "pt")
|
else if (locale == "pt")
|
||||||
lang = "Português";
|
lang = "Português";
|
||||||
else if (locale == "he")
|
else if (locale == "he")
|
||||||
lang = "עברי";
|
lang = "עברית";
|
||||||
|
|
||||||
lg = GetTextWidth (lang.c_str ());
|
lg = GetTextWidth (lang.c_str ());
|
||||||
lg = IsRightReading () ? -lg : lg;
|
lg = IsRightReading () ? -lg : lg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user