1
0
forked from GitHub/gf-core

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 540a174c20
commit 508ed8d11c
10 changed files with 624 additions and 6 deletions

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 ;
} ;