Catalan added to wide coverage translator. TerminologyCat, ExtensionsCat, ConstructionsCat, and DocumentationCatFunctor need changes of Spanish words to Catalan ones, and also some general checks.

This commit is contained in:
aarne
2014-12-03 08:46:21 +00:00
parent 98b54e8b3c
commit d39da90bfa
10 changed files with 624 additions and 6 deletions
+4 -2
View File
@@ -1,10 +1,12 @@
--# -path=.:../romance:../abstract:../common:../prelude
--# -path=.:../romance:../abstract:../common:../api
concrete LangCat of Lang =
GrammarCat,
LexiconCat
,DocumentationCat --# notpresent
,ConstructionCat
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
flags startcat = Phr ;
} ;