lxgr-linux / pokete

A terminal based Pokemon like game

Home Page:https://lxgr-linux.github.io/pokete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding support for multi-language

0lbap opened this issue · comments

commented

Hi !
I suggest to separate dialogs from python files, something like /lang/en.yml (or other format like json).
That could be usefull to translate the game in other languages.
Have a nice day !

Multi language support is something very problematic to add, because the game heavily relies on some strings being exactly as long, as they are, for example the minimum supported terminal size is backed by exactly that.

Also scrap_engine has some problems with non monospace characters.