Closed macosforgebot closed 12 years ago
mail@… originally submitted this as attachment:calendarserver-localization.py.patch:ticket:411
correct issue with patch
mail@… originally submitted this as comment:1:ticket:411
The first part of my patch was wrong as _ is not bound to gettext the first time and therefore the values are not translated twice...
@wsanchez originally submitted this as comment:2:ticket:411
@m0rgen originally submitted this as comment:3:ticket:411
Thanks for the patch -- I just applied it and added more tests. I'm not exactly sure why the daysFull token is causing a problem, but I am using xgettext now instead of pygettext.py
mail@… originally submitted this as ticket:411
Running gettext one got the following output:
The first three are doubled as far as i can see and the last one is a real bug.
Attached patch fixes it.