mimoguz / tripeaks-gdx

A simple tri peaks solitaire game using libGDX.
GNU General Public License v3.0
68 stars 8 forks source link

Hebrew Translation #19

Closed QuickQuokka closed 2 years ago

QuickQuokka commented 2 years ago
start=התחלה
fromStack=
usedUndo=
longestChain=
newGame=התחל משחק חדש
newGameShort=משחק חדש
exit=צא מהמשחק
return=חזור למשחק
darkTheme=
showAll=הצג את כל הקלפים
won=ניצחת!

This may introduce bugs, as this is right-to-left text. Such as with the last one (won), the exclamation mark appears on the right of the word, when it is supposed to be on the left.

I left the complex calculated ones empty, because the aforementioned RtL is buggy with LtR text.

Basically for fromStack:

For usedUndo:

For longestChain:

Idk about dark theme lol ¯\_(ツ)_/¯. Google Translate says it is השתמש נושא כהה, but it translates theme to topic. Google Translate is notoriously bad with Hebrew. For example כפרה עליך does not have an English translation, but it also definitely does not mean like a cow on you

mimoguz commented 2 years ago

Hi. Thank you for your interest!

The strings list you translated aren't the latest ones though. These are the current resources I'll need:

I should add a few lines about that to readme :)

Also, the font issue: Right now I have Latin and Cyrillic letters, which I drew myself, and a limited set of Chinese characters from Unifont. I'll probably use Unifont here as well. Can you tell me if this set will be enough and roughly which parts I'll need: link to screenshot.

Thanks again!


(1) Bundle.properties file uses Java MessageFormat syntax.

mimoguz commented 2 years ago

Closing this issue due to inactivity.