Skip to content

Example for an internationalized Kivy application (poc)

Notifications You must be signed in to change notification settings

jtownley/kivy-gettext-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Forked Update

Froked from https://github.com/tito/kivy-gettext-example All works subject to same copywrite as original author On March 17th 2015 (top o' the morning)

Goals:
  • Support International characters.
  • Show updating techniques for non kv lang code.
  • Add a third language as a learning exercise.

About

Example for an internationalized Kivy application (poc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.5%
  • Makefile 35.5%