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:
35
lib/src/translator/TranslateCat.gf
Normal file
35
lib/src/translator/TranslateCat.gf
Normal file
@@ -0,0 +1,35 @@
|
||||
--# -path=.:../chunk:alltenses
|
||||
|
||||
concrete TranslateCat of Translate =
|
||||
TenseCat,
|
||||
NounCat - [
|
||||
PPartNP
|
||||
],
|
||||
AdjectiveCat,
|
||||
NumeralCat,
|
||||
SymbolCat [
|
||||
PN, Symb, String, CN, Card, NP, MkSymb, SymbPN, CNNumNP
|
||||
],
|
||||
ConjunctionCat,
|
||||
VerbCat - [
|
||||
UseCopula,
|
||||
PassV2 -- generalized in Extensions
|
||||
],
|
||||
AdverbCat,
|
||||
PhraseCat,
|
||||
SentenceCat,
|
||||
QuestionCat,
|
||||
RelativeCat,
|
||||
IdiomCat,
|
||||
|
||||
ChunkCat,
|
||||
ExtensionsCat [CompoundN,AdAdV,UttAdV,ApposNP,MkVPI, MkVPS, PredVPS, PassVPSlash, PassAgentVPSlash, CompoundAP],
|
||||
|
||||
DictionaryCat **
|
||||
open MorphoCat, ResCat, ParadigmsCat, SyntaxCat, (E = ExtraCat), (G = GrammarCat), Prelude in {
|
||||
|
||||
flags
|
||||
literal=Symb ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user