Fri, 27 Jun 2008 15:11:06 +0000 |
cmlenz |
Block [387] from being backported to 0.9.x.
stable
|
Thu, 26 Jun 2008 21:16:42 +0000 |
palgarvio |
Make sure the fix also works for multiple translator comments. Refs #119.
|
Thu, 26 Jun 2008 21:02:20 +0000 |
palgarvio |
Test and respective fix for gettext calls that spawn multiple lines. Fixes #119.
|
Thu, 26 Jun 2008 16:39:21 +0000 |
palgarvio |
Fix typo and add a test for translator comments with leading spaces.
|
Wed, 25 Jun 2008 17:56:19 +0000 |
aronacher |
Fixed a typo in the message checkers (tests will follow)
|
Wed, 18 Jun 2008 12:39:01 +0000 |
aronacher |
Added documentation to format method in babel.js
|
Wed, 18 Jun 2008 12:29:00 +0000 |
aronacher |
Added contrib folder with a JavaScript support file for babel.
|
Wed, 18 Jun 2008 10:42:07 +0000 |
aronacher |
Fixed logic error in the python format checker.
|
Tue, 17 Jun 2008 22:11:09 +0000 |
aronacher |
Convert format strings to str for nicer error messages (no u prefix) in the python_format checker.
|
Tue, 17 Jun 2008 21:56:50 +0000 |
aronacher |
Updated catalog test case for last commit, flags are now tested too in the clone test case.
|
Tue, 17 Jun 2008 21:55:14 +0000 |
aronacher |
Message.clone doesn't return a shallow copy any longer. This fixes a bug with update where flags where shared.
|
Tue, 17 Jun 2008 21:17:44 +0000 |
aronacher |
Fix scientific notation for 0. closes #99
|
Tue, 17 Jun 2008 20:40:36 +0000 |
aronacher |
Fixed #59 by falling back silently on invalid location comments.
|
Tue, 17 Jun 2008 20:30:02 +0000 |
aronacher |
Refactored the checker system. It's now possible to partially validate translations on a per-message level.
|
Tue, 17 Jun 2008 20:07:08 +0000 |
aronacher |
Moved PYTHON_FORMAT back to catalog.
|