GNOME Bugzilla – Bug 630264
datetime: timezone names not translated
Last modified: 2010-12-09 16:30:50 UTC
Because there's no data in the tab file to translate...
system-config-date from Fedora has translations for most of the timezones: http://git.fedorahosted.org/git/?p=system-config-date.git;a=tree;f=po/timezones;h=3f74f95c62ce68bd798321bc24ab6b03f8b033c1;hb=HEAD The code to the translations is a wee bit complicated: http://git.fedorahosted.org/git/?p=system-config-date.git;a=blob;f=src/scdate/core/zonetab.py;h=f6152cfa63ff45d56cb4e8896603b7aeb5b7fe9e;hb=HEAD Should be possible to re-use the same translations though.
Move to newly added component
commit 189766a634ca7381628fb56a6796a5089a64457f Author: Bastien Nocera <hadess@hadess.net> Date: Thu Dec 9 16:23:57 2010 +0000 datetime: Translate timezone names Both Cities and Regions need to be translated. Also make sure that we sort them properly, and use symbolic names for COLUMNS in the region liststore. https://bugzilla.gnome.org/show_bug.cgi?id=630264