comparison 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
comparison
equal deleted inserted replaced
4306:966592263fb8 4307:82f7f8708e1b
44 - Clean up all the places where role processing occurs. This is now in a 44 - Clean up all the places where role processing occurs. This is now in a
45 central place in hyperdb.Class and is used consistently throughout. 45 central place in hyperdb.Class and is used consistently throughout.
46 This also means now a template can override the way role processing 46 This also means now a template can override the way role processing
47 occurs (e.g. for elaborate permission schemes). Thanks to intevation 47 occurs (e.g. for elaborate permission schemes). Thanks to intevation
48 for funding the change. 48 for funding the change.
49 - Fix issue2550606 (german translation bug) "an hour" is only used in
50 the context "in an hour" or "an hour ago" which translates to german
51 "in einer Stunde" or "vor einer Stunde". So "an hour" is translated
52 "einer Stunde" (which sounds wrong at first). Also note that date.py
53 already has a comment saying "XXX this is internationally broken" --
54 but at least there's a workaround for german :-) Thanks to Chris
55 (radioking) for reporting.
56
49 57
50 2009-10-09 1.4.10 (r4374) 58 2009-10-09 1.4.10 (r4374)
51 59
52 Fixes: 60 Fixes:
53 - Minor update of doc/developers.txt to point to the new resources 61 - Minor update of doc/developers.txt to point to the new resources

Roundup Issue Tracker: http://roundup-tracker.org/