diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-06-22 22:45:09 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-06-22 22:45:09 +0800 |
commit | 1a8a2d3828f7cd5307a40fbcb3a05d488ae7613a (patch) | |
tree | 799e1a4d08e8efdbf182c62e15b144339602ea01 /lib | |
parent | 2c24fc18e03eb6c7002f97144a031959ba2c1195 (diff) | |
download | gsoc2013-epiphany-1a8a2d3828f7cd5307a40fbcb3a05d488ae7613a.tar gsoc2013-epiphany-1a8a2d3828f7cd5307a40fbcb3a05d488ae7613a.tar.gz gsoc2013-epiphany-1a8a2d3828f7cd5307a40fbcb3a05d488ae7613a.tar.bz2 gsoc2013-epiphany-1a8a2d3828f7cd5307a40fbcb3a05d488ae7613a.tar.lz gsoc2013-epiphany-1a8a2d3828f7cd5307a40fbcb3a05d488ae7613a.tar.xz gsoc2013-epiphany-1a8a2d3828f7cd5307a40fbcb3a05d488ae7613a.tar.zst gsoc2013-epiphany-1a8a2d3828f7cd5307a40fbcb3a05d488ae7613a.zip |
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.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-langs.c | 2 |
1 files changed, 2 insertions, 0 deletions
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" }, |