32
I Use This!
Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 16 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The frontends now provide ways to update existing translations catalogs from a template. Closes #22. More... almost 17 years ago
added 'N_' (gettext noop) to the extractor's default keywords fixes #25 More... almost 17 years ago
Minor change to what symbols are “exported”, primarily for the generated docs. More... almost 17 years ago
* 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. * The `--use-fuzzy` option works again from the command-line. More... almost 17 years ago
Added tests for the `compile` command of `babel` binary and `messages_non_fuzzy.pot` to further test `read_po` fuzzy bit header parsing.
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
Changed the `__repr__` output to include the flags(it can be changed back, but it was usefull to implement the fuzzy header parsing). The `Catalog` class now also includes an extra attribute, '''`fuzzy`''', which is the fuzzy bit of the catalog header. The above change allows the `compile_catalog` frontends to only compile catalogs '''not''' marked as fuzzy, unless `--use-fuzzy` is passed. Added tests to check header fuzzy bit parsing.
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
Extended the doctest to include tests for the fix on [176].
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
Forgot to fix the pluralizable messages, regarding #28.
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
Fix for #28 with updated doctest.
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
pot_file is a typo here More... almost 17 years ago
Allow the compile catalog frontends to compile all available locales.
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
Typo fix.
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
Added note on [167] to ChangeLog. More... almost 17 years ago
Implement fuzzy matching to catalog updates. No frontend yet. More... almost 17 years ago
made the python extractor detect source file encodings from the magic encoding comment (or default to ascii) and convert message strings and comments to unicode fixes #23 More... almost 17 years ago
Added preliminary catalog updating/merging functionality. More... almost 17 years ago
alphabetize imports More... almost 17 years ago
Slightly simplified CLI-frontend class. More... almost 17 years ago
Add MO file generation. Closes #21. More... almost 17 years ago
Minor cleanup in the `pofile` module. More... almost 17 years ago
Minor improvements to locale negotation. More... almost 17 years ago
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. More... almost 17 years ago
Updated change log with recent fixes. More... almost 17 years ago
Respect charset specified in PO headers in `read_po()`. Fixes #17. More... almost 17 years ago
The `LANGUAGE` environment variable may contain a colon-separated list of language codes. More... almost 17 years ago
simplify More... almost 17 years ago
Some doc fixes. More... almost 17 years ago
Bump up version number on trunk. More... almost 17 years ago
Initialized change log. More... almost 17 years ago
Genshi extraction method has moved to Genshi project. Closes #13. More... almost 17 years ago