AndiEcker / kivy-gettext-example

Example for an internationalized Kivy application (poc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example for an internationalized Kivy Application

Note: _() dynamic changes works only in kv right now.

How to extract _() message and update the po:

make po

How to generate the locales:

make mo

About

Example for an internationalized Kivy application (poc)


Languages

Language:Python 78.1%Language:Makefile 21.9%