log babel/messages/tests/pofile.py @ 442:af7b13202b11 trunk

age author description
Fri, 19 Feb 2010 13:16:08 +0000 jruigrok Fix testcase name typo. trunk
Fri, 19 Feb 2010 13:08:56 +0000 jruigrok Make sure to only strip on the first occurence of ]. trunk
Tue, 17 Mar 2009 22:26:03 +0000 cmlenz Fix for msgctxt parsing in PO files. Thanks to Asheesh Laroia for the patch. Closes #159. trunk
Tue, 23 Dec 2008 01:03:40 +0000 palgarvio Now, the `--width` option, although with a default value of 76, it's not set to any value initially so that the `--no-wrap` option can be passed without throwing an error. Fixes #145. trunk
Thu, 18 Dec 2008 00:19:47 +0000 palgarvio Include patch from Asheesh Laroia. Fixes #45. trunk
Tue, 08 Jul 2008 21:01:28 +0000 cmlenz Ported [407:415/trunk] back to 0.9.x branch. stable-0.9.x
Tue, 08 Jul 2008 20:50:07 +0000 cmlenz Use item access to catalog messages in tests, so that they can be easily ported back to the 0.9.x branch. trunk
Mon, 30 Jun 2008 12:23:28 +0000 palgarvio We no longer neglect `catalog.plurals`. Added tests for it. Fixes #120. trunk
Fri, 27 Jun 2008 15:22:12 +0000 cmlenz Ported [388:405/trunk] to 0.9.x branch. stable-0.9.x
Tue, 17 Jun 2008 20:40:36 +0000 aronacher Fixed #59 by falling back silently on invalid location comments. trunk
Mon, 16 Jun 2008 16:49:56 +0000 cmlenz More work on msgctxt support (#54). trunk
Wed, 11 Jun 2008 18:56:27 +0000 cmlenz More preparation for msgctxt support (#54). trunk
Fri, 01 Feb 2008 15:23:13 +0000 cmlenz Fix for #79 (location lines wrapping at hyphens). trunk
Fri, 28 Sep 2007 05:16:25 +0000 pjenvey fix catalogs' charset values not being recognized trunk
Mon, 13 Aug 2007 04:16:16 +0000 pjenvey added test cases for correct po/mofile sorting, following up r264 trunk
Fri, 20 Jul 2007 16:47:08 +0000 cmlenz Follow-up to [239]: also combine duplicate comments when writing PO files. trunk
Tue, 03 Jul 2007 21:19:27 +0000 cmlenz Minor changes to how previous msgids are processed. trunk
Tue, 03 Jul 2007 16:29:22 +0000 cmlenz Handle obsolete messages when parsing catalogs. Closes #32. trunk
Tue, 03 Jul 2007 12:52:44 +0000 cmlenz Fix for #35, and a minor improvement to how we parse the catalog fuzzy bit. trunk
Sun, 01 Jul 2007 17:59:44 +0000 cmlenz Add an option to the frontend commands for catalog updating that removes completely any obsolete messages, instead of putting them comments. trunk
Sun, 01 Jul 2007 17:45:27 +0000 cmlenz Correctly write out obsolete messages spanning multiple lines. Fixes #33. trunk
Thu, 28 Jun 2007 10:28:25 +0000 cmlenz The frontends now provide ways to update existing translations catalogs from a template. Closes #22. trunk
Tue, 26 Jun 2007 16:46:56 +0000 palgarvio Changed the `__repr__` output to include the flags(it can be changed back, but it was usefull to implement the fuzzy header parsing). trunk
Thu, 14 Jun 2007 09:49:00 +0000 cmlenz Fix for #16: the header message (`msgid = ""`) is now treated specially by `read_po` and `Catalog`. trunk
Thu, 14 Jun 2007 06:24:28 +0000 palgarvio `Message`, `read_po` and `write_po` now all handle user/auto comments correctly. trunk
Wed, 13 Jun 2007 23:02:24 +0000 cmlenz Merged `write_pot` and `write_po` functions by moving more functionality to the `Catalog` class. This is certainly not perfect yet, but moves us in the right direction. trunk
Wed, 13 Jun 2007 21:46:41 +0000 cmlenz Implement wrapping of header comments in PO(T) output. Related to #14. trunk
Sun, 10 Jun 2007 14:21:01 +0000 palgarvio Added support for translator comments at the API and frontends levels.(See #12, item 1). Updated docs and tests accordingly. trunk
Fri, 08 Jun 2007 11:08:03 +0000 cmlenz Add actual data structures for handling message catalogs, so that more code can be reused here between the frontends. trunk
Fri, 08 Jun 2007 09:16:32 +0000 cmlenz Rename the `babel.catalog` package to `babel.messages` for consistency with the other package names. trunk base babel/catalog/tests/pofile.py@68d58abfecd6
Copyright (C) 2012-2017 Edgewall Software