Mercurial > p > roundup > code
diff CHANGES.txt @ 4307:82f7f8708e1b
Fix issue2550606 (german translation bug)
"an hour" is only used in the context "in an hour" or "an hour ago"
which translates to german "in einer Stunde" or "vor einer Stunde".
So "an hour" is translated "einer Stunde" (which sounds wrong at
first). Also note that date.py already has a comment saying "XXX this
is internationally broken" -- but at least there's a workaround for
german :-) Thanks to Chris (radioking) for reporting.
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Fri, 18 Dec 2009 11:00:34 +0000 |
| parents | 966592263fb8 |
| children | b30bdfae4461 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Dec 15 15:11:27 2009 +0000 +++ b/CHANGES.txt Fri Dec 18 11:00:34 2009 +0000 @@ -46,6 +46,14 @@ This also means now a template can override the way role processing occurs (e.g. for elaborate permission schemes). Thanks to intevation for funding the change. +- Fix issue2550606 (german translation bug) "an hour" is only used in + the context "in an hour" or "an hour ago" which translates to german + "in einer Stunde" or "vor einer Stunde". So "an hour" is translated + "einer Stunde" (which sounds wrong at first). Also note that date.py + already has a comment saying "XXX this is internationally broken" -- + but at least there's a workaround for german :-) Thanks to Chris + (radioking) for reporting. + 2009-10-09 1.4.10 (r4374)
