Sasszem / 13

Recreation of a simple but addictive game
MIT License
0 stars 0 forks source link

Nemzetközi támogatás #19

Closed Btimes2 closed 4 years ago

Btimes2 commented 4 years ago

Csinálhatnál belőle magyar verziót is, főleg anya kedvéért :) Igazán hasznos persze az lenne, ha minden szöveget egy .po fájlból venne a program, és az opciók menüben egy mozdulattal lehetne váltani a különböző .po fájlok között. Az angol, német és francia fordítást simán meg tudjuk csinálni mi is, mások meg bővíthetnék tovább, ha akarják.

Sasszem commented 4 years ago

Sounds like a cool idea, and also not that hard to implement. I would not think in .po files, but rather in .lua files containing tables. It's a simple game, so we do not even have to worry about singular / plural forms, just name->string translations for a dozen or less strings. The only difficulty should be dynamic reloading, e.g changing them when you change the setting.

Btimes2 commented 4 years ago

Dynamic reloading is not really needed, lots of apps only show a label: "needs restart"

Sasszem commented 4 years ago

Lazy-ass solution, might use it...