From dbdf0dca23278b6e4901593b544ad36fc62fb8e8 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Sun, 21 Apr 2002 17:00:31 +0000 Subject: [PATCH] Add support for Hebrew localization --- xsl/common/.cvsignore | 1 + xsl/common/Makefile | 3 ++- xsl/common/l10n.xml | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/xsl/common/.cvsignore b/xsl/common/.cvsignore index fa61c8bf0..d9ac47ead 100644 --- a/xsl/common/.cvsignore +++ b/xsl/common/.cvsignore @@ -33,3 +33,4 @@ zh_cn.xml zh_tw.xml uk.xml xh.xml +he.xml diff --git a/xsl/common/Makefile b/xsl/common/Makefile index 76b035f53..3b51f9233 100644 --- a/xsl/common/Makefile +++ b/xsl/common/Makefile @@ -3,7 +3,7 @@ XJPARSE=../../cvstools/xjparse SOURCES=af.xml \ ca.xml cs.xml da.xml de.xml el.xml en.xml es.xml et.xml eu.xml fi.xml \ - fr.xml hu.xml id.xml it.xml ja.xml ko.xml nl.xml nn.xml no.xml pl.xml \ + fr.xml he.xml hu.xml id.xml it.xml ja.xml ko.xml nl.xml nn.xml no.xml pl.xml \ pt.xml pt_br.xml ro.xml ru.xml sk.xml sl.xml sr.xml sv.xml \ th.xml tr.xml uk.xml xh.xml zh_cn.xml zh_tw.xml @@ -23,6 +23,7 @@ et.xml: ../../gentext/locale/et.xml $(GENSTYLE) eu.xml: ../../gentext/locale/eu.xml $(GENSTYLE) fi.xml: ../../gentext/locale/fi.xml $(GENSTYLE) fr.xml: ../../gentext/locale/fr.xml $(GENSTYLE) +he.xml: ../../gentext/locale/he.xml $(GENSTYLE) hu.xml: ../../gentext/locale/hu.xml $(GENSTYLE) id.xml: ../../gentext/locale/id.xml $(GENSTYLE) it.xml: ../../gentext/locale/it.xml $(GENSTYLE) diff --git a/xsl/common/l10n.xml b/xsl/common/l10n.xml index e6815dae3..c5c4eab14 100644 --- a/xsl/common/l10n.xml +++ b/xsl/common/l10n.xml @@ -12,6 +12,7 @@ + @@ -48,6 +49,7 @@ &eu; &fi; &fr; +&he; &hu; &id; ⁢ -- 2.50.1