]>
git.ipfire.org Git - thirdparty/babel.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Christopher Lenz [Thu, 31 May 2007 17:07:49 +0000 (17:07 +0000)]
Recognize python-format messages also for unnamed parameters.
Christopher Lenz [Thu, 31 May 2007 14:37:31 +0000 (14:37 +0000)]
Handle escape chars in datetime patterns.
Christopher Lenz [Thu, 31 May 2007 14:20:04 +0000 (14:20 +0000)]
Minor date formatting improvements.
Christopher Lenz [Thu, 31 May 2007 11:41:03 +0000 (11:41 +0000)]
Add a temporary/placeholder logo. Not the real thing, I promise ;-)
Christopher Lenz [Thu, 31 May 2007 10:27:47 +0000 (10:27 +0000)]
Extended and documented `LazyProxy`.
Christopher Lenz [Thu, 31 May 2007 08:38:54 +0000 (08:38 +0000)]
* Removed pkg_resources/setuptools requirement from various places.
* Fixed copyright year in a couple of file headers.
* Some cleanup.
Pedro Algarvio [Wed, 30 May 2007 22:48:11 +0000 (22:48 +0000)]
Both Babel's [source:trunk/babel/catalog/frontend.py frontend] and [source:trunk/babel/catalog/extract.py extract] now handle keyword indices. Also added an extra boolean flag so that the default keywords defined by Babel are not included in the keywords to search for when extracting strings.
Jonas Borgström [Wed, 30 May 2007 21:30:14 +0000 (21:30 +0000)]
Add basic support for number format patterns.
Christopher Lenz [Wed, 30 May 2007 17:39:43 +0000 (17:39 +0000)]
Pull in some supplemental data from the CLDR, for things like the first day of the week.
Christopher Lenz [Wed, 30 May 2007 11:55:02 +0000 (11:55 +0000)]
Fix usage of `write_po` in frontends (follow-up to [7]).
Christopher Lenz [Wed, 30 May 2007 11:52:46 +0000 (11:52 +0000)]
Add basic PO file parsing, and change the PO writing procedure to also take flags (such as "python-format" or "fuzzy").
Christopher Lenz [Wed, 30 May 2007 10:16:37 +0000 (10:16 +0000)]
* The creation-date header in generated PO files now includes the timezone offset.
* The distutils frontend pulls the project name and version from the distribution object.
Christopher Lenz [Wed, 30 May 2007 08:43:51 +0000 (08:43 +0000)]
Fixes for the extended translations class.
Christopher Lenz [Wed, 30 May 2007 07:37:26 +0000 (07:37 +0000)]
Forgot to check in the doc directory.
Christopher Lenz [Tue, 29 May 2007 20:33:55 +0000 (20:33 +0000)]
Import of initial code base.
Christopher Lenz [Tue, 29 May 2007 20:22:12 +0000 (20:22 +0000)]
Basic directory layout.