From 1a8a2d3828f7cd5307a40fbcb3a05d488ae7613a Mon Sep 17 00:00:00 2001
From: Christian Persch <chpe@cvs.gnome.org>
Date: Sun, 22 Jun 2003 14:45:09 +0000
Subject: Add two missing font language groups, and reorder encodings list.

2003-06-22  Christian Persch  <chpe@cvs.gnome.org>

* lib/ephy-langs.c:
* embed/mozilla/mozilla-embed-single.cpp:

Add two missing font language groups, and reorder encodings list.
---
 lib/ephy-langs.c | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'lib')

diff --git a/lib/ephy-langs.c b/lib/ephy-langs.c
index 533877ce8..55f339e3b 100644
--- a/lib/ephy-langs.c
+++ b/lib/ephy-langs.c
@@ -29,11 +29,13 @@ static const FontsLanguageInfo font_languages[] =
 	{ N_("Baltic"),			"x-baltic" },
 	{ N_("Central European"),	"x-central-euro" },
 	{ N_("Cyrillic"),		"x-cyrillic" },
+	{ N_("Devanagari"),		"x-devanagari" },
 	{ N_("Greek"),			"el" },
 	{ N_("Hebrew"),			"he" },
 	{ N_("Japanese"),		"ja" },
 	{ N_("Korean"),			"ko" },
 	{ N_("Simplified Chinese"),	"zh-CN" },
+	{ N_("Tamil"),			"x-tamil" },
 	{ N_("Thai"),			"th" },
 	{ N_("Traditional Chinese"),	"zh-TW" },
 	{ N_("Turkish"),		"tr" },
-- 
cgit v1.2.3