diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | data/epiphany.schemas.in | 13 |
2 files changed, 14 insertions, 6 deletions
@@ -1,3 +1,10 @@ +2003-06-24 Christian Persch <chpe@cvs.gnome.org> + + * data/epiphany.schemas.in: + + Update documentation of the allowed values for + /apps/epiphany/dialogs/preferences_font_language + 2003-06-23 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/GlobalHistory.cpp: diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 95769c1ee..6bd35aebb 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -43,12 +43,13 @@ <default>x-western</default> <short>The currently selected fonts language</short> <long> - The currently selected fonts language. Valid values are ar (arabic), - x-baltic (baltic languages), x-central-euro (central european languages), - x-cyrillic (languages written with cyrillic alphabet), el (greek), - he (hebrew), ja (japanese), ko (korean), zh-CN (simplified chinese), - th (thai), zh-TW (traditional chinese), tr (turkish), x-unicode (other - languages) and x-western (languages written in latin script). + The currently selected fonts language. Valid values are "ar" (arabic), + "x-baltic" (baltic languages), "x-central-euro" (central european languages), + "x-cyrillic" (languages written with cyrillic alphabet), "el" (greek), + "he" (hebrew), "ja" (japanese), "ko" (korean), "zh-CN" (simplified chinese), + "th" (thai), "zh-TW" (traditional chinese), "tr" (turkish), "x-unicode" (other + languages), "x-western" (languages written in latin script), "x-tamil" (tamil) + and "x-devanagari" (devanagari). </long> </locale> </schema> |