From a369cf138281de80fa1448eb0ff78b88349fd38f Mon Sep 17 00:00:00 2001 From: Denis Barbier Date: Sun, 5 Jan 2003 23:50:30 +0000 Subject: Move localized values from english/template/debian/ctime.wml into a new 'date' gettext domain. Some black magic is needed to prevent expansion of % signs during pass 2. CVS version numbers Makefile.common: 1.72 -> 1.73 arabic/po/date.ar.po: INITIAL -> 1.1 catalan/po/date.ca.po: INITIAL -> 1.1 chinese/po/date.zh.po: INITIAL -> 1.1 croatian/po/date.hr.po: INITIAL -> 1.1 danish/po/date.da.po: INITIAL -> 1.1 dutch/po/date.nl.po: INITIAL -> 1.1 english/po/Makefile: 1.33 -> 1.34 english/po/date.pot: INITIAL -> 1.1 english/template/debian/ctime.wml: 1.108 -> 1.109 esperanto/po/date.eo.po: INITIAL -> 1.1 farsi/po/date.fa.po: INITIAL -> 1.1 finnish/po/date.fi.po: INITIAL -> 1.1 french/po/date.fr.po: INITIAL -> 1.1 german/po/date.de.po: INITIAL -> 1.1 greek/po/date.el.po: INITIAL -> 1.1 hungarian/po/date.hu.po: INITIAL -> 1.1 indonesian/po/date.id.po: INITIAL -> 1.1 italian/po/date.it.po: INITIAL -> 1.1 japanese/po/date.ja.po: INITIAL -> 1.1 korean/po/date.ko.po: INITIAL -> 1.1 lithuanian/po/date.lt.po: INITIAL -> 1.1 norwegian/po/date.no.po: INITIAL -> 1.1 polish/po/date.pl.po: INITIAL -> 1.1 portuguese/po/date.pt.po: INITIAL -> 1.1 romanian/po/date.ro.po: INITIAL -> 1.1 russian/po/date.ru.po: INITIAL -> 1.1 spanish/po/date.es.po: INITIAL -> 1.1 swedish/po/date.sv.po: INITIAL -> 1.1 turkish/po/date.tr.po: INITIAL -> 1.1 --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index e7965835588..3c98888234c 100644 --- a/Makefile.common +++ b/Makefile.common @@ -13,7 +13,7 @@ HTMLDIR = $(WMLBASE)/$(RELHTMLBASE)/$(CUR_DIR) LOCALEDIR := $(WMLBASE)/../locale/$(LANGUAGE)/LC_MESSAGES ifneq "$(LANGUAGE)" "en" -GETTEXTDEP := $(LOCALEDIR)/templates.mo $(LOCALEDIR)/countries.mo $(LOCALEDIR)/langs.mo +GETTEXTDEP := $(LOCALEDIR)/templates.mo $(LOCALEDIR)/countries.mo $(LOCALEDIR)/langs.mo $(LOCALEDIR)/date.mo ifneq "$(GETTEXTFILES)" "" GETTEXTDEP += $(addprefix $(LOCALEDIR)/,$(GETTEXTFILES)) endif -- cgit v1.2.3