#411: [PATCH] fix some gettext issues ----------------------------------+----------------------------------------- Reporter: mail@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 5: Not set | Milestone: Component: Calendar Server | Severity: Other Keywords: | Radar: ----------------------------------+----------------------------------------- Running gettext one got the following output:
{{{ fm@thinkpad:~/CalendarServer # pygettext.py twistedcaldav/localization.py twistedcaldav/mail.py *** twistedcaldav/localization.py:225: Seen unexpected token "daysFull" *** twistedcaldav/localization.py:226: Seen unexpected token "monthsFull" *** twistedcaldav/localization.py:250: Seen unexpected token "ampm" *** twistedcaldav/localization.py:269: Seen unexpected token "%" }}} The first three are doubled as far as i can see and the last one is a real bug. Attached patch fixes it. -- Ticket URL: <http://trac.calendarserver.org/ticket/411> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server _______________________________________________ calendarserver-dev mailing list calendarserver-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev