mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 14:32:51 -06:00
adjusted the contents of Translate.gf: (1) inherit everything in Idiom since it is useful and cheap ; (2) inherit ComplVV and SlashV2V from Verb rather than Extensions, since it is more efficient and already available for all languages. Actually the previous version didn't have these functions at all, which affected the quality quite a bit.
This commit is contained in:
@@ -1346,7 +1346,7 @@ lin note_3_N = mkN "not" "noter" ;
|
||||
lin note_2_N = mkN "anmärkning" | mkN "notis" "notiser" ;
|
||||
lin note_1_N = mkN "anteckning" ;
|
||||
lin season_N = mkN "årstid" "årstider" ;
|
||||
lin argument_N = mkN "argumentat" "argument" ;
|
||||
lin argument_N = mkN "argument" "argument" ;
|
||||
lin listen_V = mkV "lyssnar" ; -- comment=2
|
||||
lin show_N = mkN "show" "shower" ;
|
||||
lin responsibility_N = mkN "ansvar" neutrum | mkN "tillräknelighet" ; -- SaldoWN -- comment=7
|
||||
|
||||
Reference in New Issue
Block a user