Skip to content

hannosch/python-gettext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Michael Howitz
Mar 30, 2023
f40cac0 · Mar 30, 2023
Mar 30, 2023
Mar 30, 2023
Aug 26, 2022
Aug 26, 2022
Mar 30, 2023
Mar 30, 2023
Nov 27, 2018
Aug 26, 2022
Nov 27, 2018
Mar 30, 2023
Mar 30, 2023
Mar 30, 2023

Repository files navigation

Overview

This implementation of Gettext for Python 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

Contributors

  • Hanno Schlichting
  • Christian Heimes
  • Andrei Polushin
  • Michael Howitz
  • Steffen Allner