log babel/messages/tests/pofile.py @ 530:85e1beadacb0

age author description
Sat, 05 Mar 2011 15:22:28 +0000 jruigrok Update the copyright line.
Fri, 04 Mar 2011 14:16:15 +0000 fschwarz Fix Python 2.3 compatibility for 0.9 branch (closes #233) stable-0.9.x
Thu, 15 Apr 2010 14:20:11 +0000 jruigrok Commit the resulting files after a 2to3 -nvw run. experimental-babel3
Sun, 11 Apr 2010 09:09:11 +0000 jruigrok Merged revisions 484-489 via svnmerge from stable-0.9.x
Sun, 11 Apr 2010 08:40:17 +0000 jruigrok Merged revisions 465 via svnmerge from stable-0.9.x
Wed, 24 Feb 2010 12:59:35 +0000 jruigrok Backport r483. This fixes messages containing square brackets from failing stable-0.9.x
Wed, 24 Feb 2010 12:27:32 +0000 jruigrok Forgot to bump the copyright line.
Fri, 19 Feb 2010 14:15:56 +0000 jruigrok Actually make the msgid_plural be a plural as per typical use case.
Fri, 19 Feb 2010 14:12:41 +0000 jruigrok More than two plural forms work nowadays. Adjust the test.
Fri, 19 Feb 2010 13:45:25 +0000 jruigrok Put the square brackets test after all the normal plural tests. It's more
Fri, 19 Feb 2010 13:38:24 +0000 jruigrok Add a test for a locale with one plural form.
Fri, 19 Feb 2010 13:16:08 +0000 jruigrok Fix testcase name typo.
Fri, 19 Feb 2010 13:08:56 +0000 jruigrok Make sure to only strip on the first occurence of ].
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.
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.
Thu, 18 Dec 2008 00:19:47 +0000 palgarvio Include patch from Asheesh Laroia. Fixes #45.
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.
Mon, 30 Jun 2008 12:23:28 +0000 palgarvio We no longer neglect `catalog.plurals`. Added tests for it. Fixes #120.
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.
Mon, 16 Jun 2008 16:49:56 +0000 cmlenz More work on msgctxt support (#54).
Wed, 11 Jun 2008 18:56:27 +0000 cmlenz More preparation for msgctxt support (#54).
Fri, 01 Feb 2008 15:23:13 +0000 cmlenz Fix for #79 (location lines wrapping at hyphens).
Fri, 28 Sep 2007 05:16:25 +0000 pjenvey fix catalogs' charset values not being recognized
Mon, 13 Aug 2007 04:16:16 +0000 pjenvey added test cases for correct po/mofile sorting, following up r264
Fri, 20 Jul 2007 16:47:08 +0000 cmlenz Follow-up to [239]: also combine duplicate comments when writing PO files.
Tue, 03 Jul 2007 21:19:27 +0000 cmlenz Minor changes to how previous msgids are processed.
Tue, 03 Jul 2007 16:29:22 +0000 cmlenz Handle obsolete messages when parsing catalogs. Closes #32.
Tue, 03 Jul 2007 12:52:44 +0000 cmlenz Fix for #35, and a minor improvement to how we parse the catalog fuzzy bit.
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.
Sun, 01 Jul 2007 17:45:27 +0000 cmlenz Correctly write out obsolete messages spanning multiple lines. Fixes #33.
Thu, 28 Jun 2007 10:28:25 +0000 cmlenz The frontends now provide ways to update existing translations catalogs from a template. Closes #22.
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).
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`.
Thu, 14 Jun 2007 06:24:28 +0000 palgarvio `Message`, `read_po` and `write_po` now all handle user/auto comments correctly.
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.
Wed, 13 Jun 2007 21:46:41 +0000 cmlenz Implement wrapping of header comments in PO(T) output. Related to #14.
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.
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.
Fri, 08 Jun 2007 09:16:32 +0000 cmlenz Rename the `babel.catalog` package to `babel.messages` for consistency with the other package names. base babel/catalog/tests/pofile.py@68d58abfecd6
Copyright (C) 2012-2017 Edgewall Software