diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-08-17 21:53:07 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-08-17 21:53:07 +0800 |
commit | a78023c11ad25b599cab0544602aa8e573123048 (patch) | |
tree | 04c57dd033efaeaa60006935ef0b319c7c2178fc | |
parent | 8bc5264e2cde48944fc52fa44dfa219a6c6b9bc2 (diff) | |
download | gsoc2013-epiphany-a78023c11ad25b599cab0544602aa8e573123048.tar.gz gsoc2013-epiphany-a78023c11ad25b599cab0544602aa8e573123048.tar.zst gsoc2013-epiphany-a78023c11ad25b599cab0544602aa8e573123048.zip |
Enable pango for Thai locale. Bug #339532.
2006-08-17 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany-pango.schemas:
Enable pango for Thai locale. Bug #339532.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/epiphany-pango.schemas | 3 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-08-17 Christian Persch <chpe@cvs.gnome.org> + + * data/epiphany-pango.schemas: + + Enable pango for Thai locale. Bug #339532. + 2006-08-15 Kjartan Maraas <kmaraas@gnome.org> * NEWS: Fix a typo. diff --git a/data/epiphany-pango.schemas b/data/epiphany-pango.schemas index 5b5ee5a9e..5cbdd5d3e 100644 --- a/data/epiphany-pango.schemas +++ b/data/epiphany-pango.schemas @@ -41,6 +41,9 @@ <locale name="te"> <default>true</default> </locale> + <locale name="th"> + <default>true</default> + </locale> </schema> </schemalist> </gconfschemafile> |