Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 757 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 757 Bytes

How To Translate

Requirements

$ sudo dnf install md4c pandoc python3-devel
$ pip install --user mdpo

Steps

$ cd Gameeky
$ python3 docs/tools/update_pot.py docs/basics/src/en/index.md docs/basics/po/gameeky.pot
$ python3 docs/tools/update_po.py docs/basics/po --language es
$ python3 docs/tools/update_md.py docs/basics/src/ docs/basics/po/ --language es
$ python3 docs/tools/update_html.py docs/basics/src/ docs/basics/data/headers.xml docs/basics/po/ docs/basics/html/ --language es

📝 Note:

  • You can omit the --language argument to update all the available languages.
  • Gameeky requires that both the user interface and the beginner's guide are translated. Please check po/README.md.