1
0
forked from GitHub/gf-core

a script for generating Thai files with pronunciation

This commit is contained in:
aarne
2011-12-03 12:07:46 +00:00
parent 9e1a3a5d60
commit dfce0ef551
4 changed files with 57 additions and 34 deletions

View File

@@ -54,6 +54,7 @@ langsCoding = [
(("spanish", "Spa"),"Romance"),
(("swedish", "Swe"),"Scand"),
(("thai", "Tha"),""),
(("thai", "Thp"),""), -- Thai pronunciation
(("turkish", "Tur"),""),
(("urdu", "Urd"),"Hindustani")
]
@@ -66,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 ---- []
langsLang = langs `except` (langsIncomplete ++ ["Thp"])
-- languagues that have notpresent marked
langsPresent = langsLang `except` ["Lav","Nep","Pes","Tha"]