diff options
-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> |