CVS commit by coolo: adding the current list of timezones in the pot file and making it easier to update A TIMEZONES 1.1 M +6 -0 Makefile.am 1.60 --- kdebase/kcontrol/locale/Makefile.am #1.59:1.60 @@ -13,6 +13,12 @@ kcm_locale_la_LIBADD = $(LIB_KDEUI) +TIMEZONES: + grep -v '^#' /usr/share/zoneinfo/zone.tab | tr ' ' ' ' | sed -e "s# *# #" | cut -d' ' -f3 >> $(srcdir)/TIMEZONES + sort -u $(srcdir)/TIMEZONES > t && mv t $(srcdir)/TIMEZONES + messages: $(XGETTEXT) -ktranslate $(kcm_locale_la_SOURCES) -o $(podir)/kcmlocale.pot + $(XGETTEXT) TIMEZONES -o $(podir)/../kdelibs/timezones.pot xdg_apps_DATA = language.desktop +