From ad0dbfc77710f0039b016a65c7bd0b9d153017f1 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Mon, 9 Oct 2006 17:49:23 +0000 Subject: [PATCH] add language 'Catalan' properly --- po/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile.am b/po/Makefile.am index 06e5b492..f851f55b 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -5,7 +5,7 @@ GETTEXT=xgettext #MSGFMT = ./msgfmt.py MSGFMT = msgfmt -LANGS := de en ar nl es is it da sv no fr fi tr +LANGS := de en ar nl es is it da sv no fr fi tr ca LANGPO := $(foreach LANG, $(LANGS),$(LANG).po) LANGMO := $(foreach LANG, $(LANGS),$(LANG).mo) -- 2.30.2