log babel/messages/extract.py @ 179:31beb381d62f trunk

age author description
Wed, 27 Jun 2007 22:43:26 +0000 pjenvey added 'N_' (gettext noop) to the extractor's default keywords trunk
Fri, 22 Jun 2007 11:13:10 +0000 cmlenz Ported [165], [167], and [169] to 0.8.x branch. stable-0.8.x
Fri, 22 Jun 2007 00:38:54 +0000 pjenvey made the python extractor detect source file encodings from the magic encoding trunk
Thu, 21 Jun 2007 21:28:51 +0000 pjenvey alphabetize imports trunk
Wed, 20 Jun 2007 21:41:00 +0000 cmlenz The default ordering of messages in generated POT files, which is based on the order those messages are found when walking the source tree, is no longer subject to differences between platforms; directory and file names are now always sorted alphabetically. trunk
Wed, 20 Jun 2007 19:54:33 +0000 pjenvey simplify trunk
Wed, 20 Jun 2007 15:04:48 +0000 cmlenz Some doc fixes. trunk
Wed, 20 Jun 2007 10:02:04 +0000 cmlenz Genshi extraction method has moved to Genshi project. Closes #13. trunk
Sat, 16 Jun 2007 22:25:11 +0000 pjenvey stup doesn't exist and this code block is never encountered, probably a remnant from trunk
Fri, 15 Jun 2007 20:03:24 +0000 cmlenz Follow-up to [119]: also wrap when not passed as string. trunk
Fri, 15 Jun 2007 19:42:50 +0000 cmlenz Make the Genshi extractor wrap the `ignore_attrs` and `ignore_tags` in `QName` instances automatically. 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
Sun, 10 Jun 2007 21:14:38 +0000 palgarvio Fixed de-pluralization bug introduced in [85] regarding the extraction of translator comments. trunk
Sun, 10 Jun 2007 18:03:46 +0000 cmlenz Some cosmetic changes for the new translator comments support. trunk
Sun, 10 Jun 2007 16:46:55 +0000 palgarvio Missed some param's documentation regarding translator comments. trunk
Sun, 10 Jun 2007 16:32:23 +0000 palgarvio Fixed and added some documentation about the translator comments implemented in [81]. 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 21:54:56 +0000 cmlenz Fixed MIME type of new doc page. trunk
Fri, 08 Jun 2007 12:41:00 +0000 cmlenz The order of extraction methods is now preserved (see #10). trunk
Fri, 08 Jun 2007 11:28:15 +0000 cmlenz * The `extract_messages` distutils command now operators on configurable input directories again, instead of the complete current directory. The `input_dirs` default to the package directories. 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/extract.py@07beebce1853
Copyright (C) 2012-2017 Edgewall Software