summaryrefslogtreecommitdiff
path: root/babel
Commit message (Expand)AuthorAgeFilesLines
* Fix conversion of timestamp to `datetime` in `format_datetime()`Christopher Lenz2008-07-071-1/+1
* Implement support for aliases in the CLDR data. Closes #68. Also, update to C...Christopher Lenz2008-07-076-19/+153
* Added babel.messages.plurals.get_plural which returns a special tuple with th...Armin Ronacher2008-07-012-11/+68
* Remove some unused imports.Pedro Algarvio2008-06-301-2/+2
* Include fix of [407] in `pybabel`.Pedro Algarvio2008-06-303-86/+125
* We no longer neglect `catalog.plurals`. Added tests for it. Fixes #120.Pedro Algarvio2008-06-306-8/+563
* Make sure the fix also works for multiple translator comments. Refs #119.Pedro Algarvio2008-06-261-0/+10
* Test and respective fix for gettext calls that spawn multiple lines. Fixes #119.Pedro Algarvio2008-06-262-1/+37
* Fix typo and add a test for translator comments with leading spaces.Pedro Algarvio2008-06-261-1/+12
* Fixed a typo in the message checkers (tests will follow)Armin Ronacher2008-06-251-4/+4
* Fixed logic error in the python format checker.Armin Ronacher2008-06-181-1/+1
* Convert format strings to str for nicer error messages (no u prefix) in the p...Armin Ronacher2008-06-171-1/+1
* Updated catalog test case for last commit, flags are now tested too in the cl...Armin Ronacher2008-06-171-0/+2
* Message.clone doesn't return a shallow copy any longer. This fixes a bug wit...Armin Ronacher2008-06-172-3/+12
* Fix scientific notation for 0. closes #99Armin Ronacher2008-06-172-1/+7
* Fixed #59 by falling back silently on invalid location comments.Armin Ronacher2008-06-172-2/+20
* Refactored the checker system. It's now possible to partially validate trans...Armin Ronacher2008-06-172-19/+36
* Moved PYTHON_FORMAT back to catalog.Armin Ronacher2008-06-172-13/+13
* Fixed a small bug in the python format string checker that caused the wrong e...Armin Ronacher2008-06-171-2/+3
* The builtin checkers don't require setuptools any longer, validate_format and...Armin Ronacher2008-06-173-136/+143
* Added `validate_format helper function to `babel.support`.Armin Ronacher2008-06-173-6/+127
* More work on msgctxt support (#54).Christopher Lenz2008-06-163-18/+79
* Fixes for timezone calculations in time formatting (#83).Christopher Lenz2008-06-163-22/+58
* Update to CLDR 1.5.1, which split out the metazone mappings into a separate s...Christopher Lenz2008-06-161-14/+14
* Fix for incorrect month context lookup in date formatting. Closes #75. Thanks...Christopher Lenz2008-06-162-1/+8
* Remove leftover unused code from [365].Christopher Lenz2008-06-162-6/+3
* Fixed a bug in pofile (in_msgctxt was not defined). Test follows.Armin Ronacher2008-06-161-0/+1
* JavaScript lexer falls back silently now on syntax errors and tries to recover.Armin Ronacher2008-06-141-6/+4
* added some newlines to extract and jslexer to stay consistent with the rest o...Armin Ronacher2008-06-142-0/+10
* Added !JavaScript extractorArmin Ronacher2008-06-123-0/+370
* Stripping of comment tags is optional now. If enabled it will strip the tags ...Armin Ronacher2008-06-124-30/+82
* Fix iterkeys/iteritems/itervalues/pop/popitem methods on the `odict` utility ...Christopher Lenz2008-06-112-4/+19
* Fix handling of default value of `locales` parameter of the `Translations.loa...Christopher Lenz2008-06-111-4/+5
* More preparation for msgctxt support (#54).Christopher Lenz2008-06-1110-50/+106
* Add basic MO file reading in preparation for #54.Christopher Lenz2008-06-105-4/+159
* Change Catalog class to retain the plural forms set in the MIME headers.Christopher Lenz2008-06-101-16/+39
* Add test file needed for [368].Christopher Lenz2008-06-101-0/+34
* Fix message catalog compilation for locales with more than two plural forms. ...Christopher Lenz2008-06-062-14/+32
* Fix for #97, compilation of message catalogs for locales with more than two p...Christopher Lenz2008-06-062-1/+8
* Allow extraction method specification to use a dot instead of the colon for s...Christopher Lenz2008-06-061-2/+13
* Reinstate changeset r362, but this time properly wrap the exception list inJeroen Ruigrok van der Werven2008-05-021-2/+2
* Back out last change, this broke extraction.Jeroen Ruigrok van der Werven2008-04-241-2/+2
* Make dependency on the parser module optional.Christopher Lenz2008-04-111-2/+2
* Actually use UTC to be more correct.Jeroen Ruigrok van der Werven2008-03-191-2/+1
* Replace Europe/Paris with Universal.Jeroen Ruigrok van der Werven2008-03-191-2/+2
* Fix typo.Jeroen Ruigrok van der Werven2008-03-191-2/+2
* fix invalid message extraction methods causing:Philip Jenvey2008-02-182-0/+5
* Fix for #60.Christopher Lenz2008-02-011-4/+8
* Fix for #79 (location lines wrapping at hyphens).Christopher Lenz2008-02-014-7/+48
* Merging catalogs would sometimes mix translations from different runs.Christopher Lenz2008-02-012-0/+17