]> git.ipfire.org Git - thirdparty/babel.git/commit
Add actual data structures for handling message catalogs, so that more code can be...
authorChristopher Lenz <cmlenz@gmail.com>
Fri, 8 Jun 2007 11:08:03 +0000 (11:08 +0000)
committerChristopher Lenz <cmlenz@gmail.com>
Fri, 8 Jun 2007 11:08:03 +0000 (11:08 +0000)
commit2459714006cb49ed3e3c18d4192ab5861e57cda4
tree7d0e24fed00fe95ec596f8e1b1446b80f1fe1e64
parent4d398bf548387086a2c7644c341b8622d13b7fd9
Add actual data structures for handling message catalogs, so that more code can be reused here between the frontends.
babel/messages/__init__.py
babel/messages/catalog.py [new file with mode: 0644]
babel/messages/extract.py
babel/messages/frontend.py
babel/messages/plurals.py
babel/messages/pofile.py
babel/messages/tests/__init__.py
babel/messages/tests/catalog.py [new file with mode: 0644]
babel/messages/tests/pofile.py
babel/util.py