forked from GitHub/gf-core
a script for generating Thai files with pronunciation
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user