forked from GitHub/gf-core
GF.Text.Transliterations: avoid error prone function Data.Map.fromAscList
This commit is contained in:
@@ -35,7 +35,7 @@ transliterateWithFile name src isFrom =
|
||||
transliteration :: String -> Maybe Transliteration
|
||||
transliteration s = Map.lookup s allTransliterations
|
||||
|
||||
allTransliterations = Map.fromAscList [
|
||||
allTransliterations = Map.fromList [
|
||||
("amharic",transAmharic),
|
||||
("ancientgreek", transAncientGreek),
|
||||
("arabic", transArabic),
|
||||
|
||||
Reference in New Issue
Block a user