1
0
forked from GitHub/gf-core

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 80ccd0493d
commit 7c0e91c3a5
2 changed files with 2 additions and 1 deletions

View File

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

View File

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