Skip to content

Commit

Permalink
New translations (#56)
Browse files Browse the repository at this point in the history
* I translated the new game menu strings to russian language

and I slightly modified the game's font for a better look of cyrillic "у"

and I made the russian letter "ё" (йо, yo) to render as "e umlaut" not as "?"

#31 ( #31 )

* I wrote ё-to-ë the better way via the unicode codes of letters

sure
   if ( letter == "ё" ) letterInTable = "ë" ;
looks confusing and undistinguishable ("what’s the deal with changing same to the same here" ~Douglas :)

in addition, I translated the "Keyboard" menu better

* Two translations, one updated and one added
  • Loading branch information
VadiqueMe authored Oct 24, 2023
1 parent 891a8aa commit af1c61a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion gamedata/text/ru_RU.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,13 @@

<text alias="draw-decor">
<properties>
<string>рисовать фон</string>
<string>рисовать декорации</string>
</properties>
</text>

<text alias="draw-miniatures">
<properties>
<string>рисовать миниатюры</string>
</properties>
</text>

Expand Down

0 comments on commit af1c61a

Please sign in to comment.