31
I Use This!
Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
translator comment tags aren't included in the catalog More... almost 17 years ago
Fixed a bug introduced in [106].
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
Minor doc improvements. More... almost 17 years ago
Fix for #16: the header message (`msgid = ""`) is now treated specially by `read_po` and `Catalog`. More... almost 17 years ago
`Message`, `read_po` and `write_po` now all handle user/auto comments correctly. The `Generated-By` header value needed a missing `\n`. The frontends now pass the value of `--copyright-holder` to the Catalog, and removed the `copyright_holder` arg for `write_po` left behind on [105]. Tests changed accordingly.
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
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. More... almost 17 years ago
Implement wrapping of header comments in PO(T) output. Related to #14. More... almost 17 years ago
Project name and version, and the charset are available via the `Catalog` object, and do not need to be passed to `write_pot()`. More... almost 17 years ago
Add wrapper class bundling the various formatting functions bound to a specific locale and time-zone. More... almost 17 years ago
o fix misnamed vars in LazyProxy o fixed classmethod Translations.load referring to self for a class var More... almost 17 years ago
unused import More... almost 17 years ago
Add `--without-apidocs` switch to `build_doc` command for quicker doc-edit/review cycles. More... almost 17 years ago
Renamed `LOCAL` to `LOCALTZ`. More... almost 17 years ago
Also use tzinfo for `write_po`.
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
Fix for #11 (use local timezone in timestamps of generated POT). More... almost 17 years ago
Updated `read_po` to add user comments besides just auto comments.
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
Commiting patch provided by pjenvey: Translator comments don't apply unless they immediately preceed the message.
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
Fixed bug introduced in [92], bad use of `lstrip()`. Added a unittest to test multiple translator comment tags.
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
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.
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
Some doc improvements on distutils integration. More... almost 17 years ago
Unittest for the problem reported by pjenvey fixed on [88].
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
Completely fixed the bug reported by pjenvey, partially addressed on [87].
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
Fixed a bug on Catalog. `__setitem__` was not updating the translator comments. Thanks pjenvey! Fixed a bug on the `new_catalog` and `init` frontends, we were badly building the new directory for the localized catalog. Normal directory hierarchy is `<output_dir>/<locale>/LC_MESSAGES/<domain>.po`, not `<output_dir>/<locale>/<domain>.po`, ie `LC_MESSAGES/<locale>/<domain>.po`.
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
Fixed a bug on the CLI frontend introduced on [81]. Thanks pjenvey!
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
Fixed de-pluralization bug introduced in [85] regarding the extraction of translator comments. Added a unittest which tests the extraction of translator comments that have non-translator comments right before the comment tag.
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
Some cosmetic changes for the new translator comments support. More... almost 17 years ago
Add unit tests for extracting translator comments from python sources. More... almost 17 years ago
Missed some param's documentation regarding translator comments.
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
Fixed and added some documentation about the translator comments implemented in [81].
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago
Added support for translator comments at the API and frontends levels.(See #12, item 1). Updated docs and tests accordingly.
Pedro Algarvio, aka, s0undt3ch
as Pedro Algarvio
More... almost 17 years ago