]> git.ipfire.org Git - thirdparty/babel.git/commit
Fixed a bug regarding plural msgid's handling when writing the `.pot` file.
authorPedro Algarvio <pedro@algarvio.me>
Thu, 7 Jun 2007 22:48:47 +0000 (22:48 +0000)
committerPedro Algarvio <pedro@algarvio.me>
Thu, 7 Jun 2007 22:48:47 +0000 (22:48 +0000)
commit73f76ee4dcdc0b0e2ba6b93a6548ea0e7e5ce807
tree9206b3aebfc729e56776c167e4e68e94c90d289d
parent954417ef7cd270c8e244b566a7495598a2d41023
Fixed a bug regarding plural msgid's handling when writing the `.pot` file.
Renamed old `write_po` to `write_pot` which is what it actually does and also adds space to the new `write_po`. Changed tests accordingly.
Added support to create new localized catalogs from a catalog template, `write_po`..
babel/catalog/frontend.py
babel/catalog/plurals.py [new file with mode: 0644]
babel/catalog/pofile.py
babel/catalog/tests/pofile.py
doc/setup.txt
setup.py