diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.schemas.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index d3f9f0d60..196ebff7a 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -35,6 +35,24 @@ </locale> </schema> <schema> + <key>/schemas/apps/epiphany/dialogs/preferences_font_language</key> + <applyto>/apps/epiphany/dialogs/preferences_font_language</applyto> + <owner>epiphany</owner> + <type>string</type> + <locale name="C"> + <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). + </long> + </locale> + </schema> + <schema> <key>/schemas/apps/epiphany/web/use_own_colors</key> <applyto>/apps/epiphany/web/use_own_colors</applyto> <owner>epiphany</owner> |