https://github.com/tito/kivy-gettext-example
Example for an internationalized Kivy application (poc)
https://github.com/tito/kivy-gettext-example
Last synced: over 1 year ago
JSON representation
Example for an internationalized Kivy application (poc)
- Host: GitHub
- URL: https://github.com/tito/kivy-gettext-example
- Owner: tito
- Created: 2013-08-01T14:00:25.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-12-24T09:54:40.000Z (over 1 year ago)
- Last Synced: 2025-04-18T00:11:38.346Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 41
- Watchers: 7
- Forks: 14
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
- awesome-twilight0 - tito/kivy-gettext-example - Example for an internationalized Kivy application (poc) (others)
README
Example for an internationalized Kivy Application
=================================================
Note: `_(text)` dynamic changes works only in kv right now.
How to extract `_(text)` message and update the po::
make po
How to generate the locales::
make mo