Mercurial > babel > mirror
log
age | author | description |
---|---|---|
Tue, 12 Jun 2007 20:09:35 +0000 | cmlenz | Renamed `LOCAL` to `LOCALTZ`. trunk |
Tue, 12 Jun 2007 19:57:18 +0000 | palgarvio | Also use tzinfo for `write_po`. trunk |
Tue, 12 Jun 2007 18:40:39 +0000 | cmlenz | Fix for #11 (use local timezone in timestamps of generated POT). trunk |
Tue, 12 Jun 2007 05:20:34 +0000 | palgarvio | Updated `read_po` to add user comments besides just auto comments. trunk |
Mon, 11 Jun 2007 23:59:54 +0000 | palgarvio | Commiting patch provided by pjenvey: Translator comments don't apply unless they immediately preceed the message. trunk |
Mon, 11 Jun 2007 23:29:45 +0000 | palgarvio | Fixed bug introduced in [92], bad use of `lstrip()`. Added a unittest to test multiple translator comment tags. trunk |
Mon, 11 Jun 2007 22:27:24 +0000 | palgarvio | Changed translator comments extraction behaviour in python source code. Match is now true only if the TAG is on the start of the comment. The TAG will also be stripped from the comment. Added a unittest which tests this. trunk |