Software Details:
Version: 2.0
Upload Date: 14 Apr 15
Distribution Type: Freeware
Downloads: 81
python-gettext is an implementation of Gettext for Python that includes a Msgfmt class which can be used to generate compiled mo files from Gettext po files and includes support for the newer msgctxt keyword.
The idea for this project had been rather ambitious, but never lived up to what is was supposed to do. Look at Babel (http://pypi.python.org/pypi/Babel) for a project more worthy of this projects name.
Development takes place at https://github.com/hannosch/python-gettext
What is new in this release:
- Tested successfully under PyPy 1.7. [hannosch]
- Handle non-latin-1 characters in the header correctly. [hannosch]
- Python 2 and 3 compatibility in the same codebase. [hannosch]
What is new in version 1.2:
- Make sure empty po files don't break. [Alexandru Plugaru]
- Add support for messages with plural forms. [Andrei Polushin]
What is new in version 1.1.1:
- Simplify test folder discovery. [hannosch]
Requirements:
- Python
Comments not found