1
0
forked from GitHub/gf-rgl

bugfix in the Documentation module for German. Before Adverbs were documented as Prepositions.

This commit is contained in:
krasimir
2015-11-16 14:59:56 +00:00
parent 1b8129145a
commit d97fd81a8c
2 changed files with 2 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ lin
InflectionAdv adv = { InflectionAdv adv = {
t = "adverb" ; t = "adverb" ;
s1 = heading1 (heading preposition_Category) ; s1 = heading1 (heading adverb_Category) ;
s2 = paragraph adv.s s2 = paragraph adv.s
} ; } ;

View File

@@ -23,6 +23,7 @@ lin
noun_Category = mkN "Substantiv" ; noun_Category = mkN "Substantiv" ;
adjective_Category = mkN "Adjektiv" ; adjective_Category = mkN "Adjektiv" ;
verb_Category = mkN "Verb" ; verb_Category = mkN "Verb" ;
adverb_Category = mkN "Adverb" ;
preposition_Category = mkN "Präposition" ; preposition_Category = mkN "Präposition" ;
gender_ParameterType = mkN "Geschlecht" ; gender_ParameterType = mkN "Geschlecht" ;