1
0
forked from GitHub/gf-core

adjustments in Thai pronunciation

This commit is contained in:
aarne
2011-12-05 09:36:26 +00:00
parent 89806a05d9
commit d5623f9d67
7 changed files with 29 additions and 15 deletions

View File

@@ -54,7 +54,7 @@ langsCoding = [
(("spanish", "Spa"),"Romance"),
(("swedish", "Swe"),"Scand"),
(("thai", "Tha"),""),
(("thai", "Thp"),""), -- Thai pronunciation
(("thai", "ThaP"),""), -- Thai pronunciation
(("turkish", "Tur"),""),
(("urdu", "Urd"),"Hindustani")
]
@@ -67,7 +67,7 @@ langs = map fst langsCoding
langsLangAll = langs
-- languagues that are almost complete and for which Lang is normally compiled
langsLang = langs `except` (langsIncomplete ++ ["Thp"])
langsLang = langs `except` langsIncomplete
-- languagues that have notpresent marked
langsPresent = langsLang `except` ["Lav","Nep","Pes","Tha"]