Mercurial > babel > old > mirror
log
age | author | description |
---|---|---|
Thu, 28 Jun 2007 10:28:25 +0000 | cmlenz | The frontends now provide ways to update existing translations catalogs from a template. Closes #22. |
Wed, 27 Jun 2007 22:49:31 +0000 | pjenvey | merged r182 from trunk stable |
Wed, 27 Jun 2007 22:43:26 +0000 | pjenvey | added 'N_' (gettext noop) to the extractor's default keywords |
Wed, 27 Jun 2007 14:38:20 +0000 | cmlenz | Minor change to what symbols are ?exported?, primarily for the generated docs. |
Wed, 27 Jun 2007 14:29:17 +0000 | cmlenz | * Instead of an extra `compile-all` option on the `compile` (or `compile_catalog`) command, compilation of all catalogs is performed when neither an `input_file` nor a `locale` is specified. |
Tue, 26 Jun 2007 18:22:19 +0000 | palgarvio | Added tests for the `compile` command of `babel` binary and `messages_non_fuzzy.pot` to further test `read_po` fuzzy bit header parsing. |