1
0
forked from GitHub/gf-rgl

Remove Basque from the list of incomplete languages.

This commit is contained in:
Inari Listenmaa
2017-08-24 18:35:13 +03:00
parent 6ae3c0fb08
commit 8ffd8cd979

View File

@@ -81,7 +81,7 @@ langsLang = langs `except` langsIncomplete
langsPresent = langsLang `except` ["Chi","Est","Gre","Heb","Jpn","Mlt","Nep","Pes","Snd","Tha","Thb"] langsPresent = langsLang `except` ["Chi","Est","Gre","Heb","Jpn","Mlt","Nep","Pes","Snd","Tha","Thb"]
-- languages for which Lang can be compiled but which are incomplete -- languages for which Lang can be compiled but which are incomplete
langsIncomplete = ["Amh","Ara","Eus","Heb","Lat","Tur","Thb"] langsIncomplete = ["Amh","Ara","Heb","Lat","Tur","Thb"]
-- languages for which to compile Try -- languages for which to compile Try
langsAPI = langsLang `except` langsIncomplete langsAPI = langsLang `except` langsIncomplete