added ListVPS and ListVPI related functions to import lists of Translate grammars - they had been missing. This can improve translation also in the app.

This commit is contained in:
aarne
2015-05-29 16:08:55 +00:00
parent 1664f8365f
commit 31b79c3d6b
15 changed files with 17 additions and 2 deletions

View File

@@ -25,7 +25,8 @@ concrete TranslateCat of Translate =
DocumentationCat,
ChunkCat,
ExtensionsCat [CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP],
ExtensionsCat [ ListVPS,BaseVPS,ConsVPS,ConjVPS,ListVPI,BaseVPI,ConsVPI,ConjVPI,
CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP],
DictionaryCat **
open MorphoCat, ResCat, ParadigmsCat, SyntaxCat, (E = ExtraCat), (G = GrammarCat), Prelude in {