aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorDenis Barbier <barbier>2002-11-04 23:31:30 +0000
committerDenis Barbier <barbier>2002-11-04 23:31:30 +0000
commit0635e7afafcb05e7683208e32929a54f72bb36b6 (patch)
treedf71f3f6ca7a116e22c7297118e6202d58d2ec9c /Makefile.common
parent1055ae83e749209d330c74438021ffebfda2d6d3 (diff)
Move country names from templates.pot to a new countries.pot file
CVS version numbers Makefile.common: 1.70 -> 1.71 arabic/po/countries.ar.po: INITIAL -> 1.1 arabic/po/templates.ar.po: 1.4 -> 1.5 catalan/po/countries.ca.po: INITIAL -> 1.1 catalan/po/templates.ca.po: 1.4 -> 1.5 chinese/po/countries.zh.po: INITIAL -> 1.1 chinese/po/templates.zh.po: 1.5 -> 1.6 croatian/po/countries.hr.po: INITIAL -> 1.1 croatian/po/templates.hr.po: 1.3 -> 1.4 danish/po/countries.da.po: INITIAL -> 1.1 danish/po/templates.da.po: 1.3 -> 1.4 dutch/po/countries.nl.po: INITIAL -> 1.1 dutch/po/templates.nl.po: 1.6 -> 1.7 english/po/Makefile: 1.24 -> 1.25 esperanto/po/countries.eo.po: INITIAL -> 1.1 esperanto/po/templates.eo.po: 1.3 -> 1.4 finnish/po/countries.fi.po: INITIAL -> 1.1 finnish/po/templates.fi.po: 1.4 -> 1.5 french/po/countries.fr.po: INITIAL -> 1.1 french/po/templates.fr.po: 1.4 -> 1.5 german/po/countries.de.po: INITIAL -> 1.1 german/po/templates.de.po: 1.4 -> 1.5 greek/po/countries.el.po: INITIAL -> 1.1 greek/po/templates.el.po: 1.4 -> 1.5 hungarian/po/countries.hu.po: INITIAL -> 1.1 hungarian/po/templates.hu.po: 1.4 -> 1.5 indonesian/po/countries.id.po: INITIAL -> 1.1 indonesian/po/templates.id.po: 1.3 -> 1.4 italian/po/countries.it.po: INITIAL -> 1.1 italian/po/templates.it.po: 1.4 -> 1.5 japanese/po/countries.ja.po: INITIAL -> 1.1 japanese/po/templates.ja.po: 1.5 -> 1.6 korean/po/countries.ko.po: INITIAL -> 1.1 korean/po/templates.ko.po: 1.3 -> 1.4 lithuanian/po/countries.lt.po: INITIAL -> 1.1 lithuanian/po/templates.lt.po: 1.5 -> 1.6 norwegian/po/countries.no.po: INITIAL -> 1.1 norwegian/po/templates.no.po: 1.4 -> 1.5 polish/po/countries.pl.po: INITIAL -> 1.1 polish/po/templates.pl.po: 1.3 -> 1.4 portuguese/po/countries.pt.po: INITIAL -> 1.1 portuguese/po/templates.pt.po: 1.3 -> 1.4 romanian/po/countries.ro.po: INITIAL -> 1.1 romanian/po/templates.ro.po: 1.4 -> 1.5 russian/po/countries.ru.po: INITIAL -> 1.1 russian/po/templates.ru.po: 1.3 -> 1.4 spanish/po/countries.es.po: INITIAL -> 1.1 spanish/po/templates.es.po: 1.4 -> 1.5 swedish/po/countries.sv.po: INITIAL -> 1.1 swedish/po/templates.sv.po: 1.3 -> 1.4 turkish/po/countries.tr.po: INITIAL -> 1.1 turkish/po/templates.tr.po: 1.3 -> 1.4
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 abbb47e8ae9..c7cad4a76dc 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)/langs.mo
+GETTEXTDEP := $(LOCALEDIR)/templates.mo $(LOCALEDIR)/countries.mo $(LOCALEDIR)/langs.mo
ifneq "$(GETTEXTFILES)" ""
GETTEXTDEP += $(addprefix $(LOCALEDIR)/,$(GETTEXTFILES))
endif

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