aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorDenis Barbier <barbier>2003-01-05 23:50:30 +0000
committerDenis Barbier <barbier>2003-01-05 23:50:30 +0000
commita369cf138281de80fa1448eb0ff78b88349fd38f (patch)
treeb9616f93259eaa3c732768ffa713f50f19370524 /Makefile.common
parent6d0db3653289fc4d16f6b07246e4d567b76a82d9 (diff)
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
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy