(Dut) Fix ordinals and superlatives

This commit is contained in:
Inari Listenmaa
2018-07-03 18:25:14 +02:00
parent 6eaee8e4c1
commit 730fd6501c
5 changed files with 32 additions and 23 deletions
+1 -1
View File
@@ -314,7 +314,7 @@ sun_N = mkN "zon" utrum ;
swell_V = zwellen_V ;
swim_V = zwemmen_V ;
switch8off_V2 = mkV2 "schakelen" ;
switch8on_V2 = mkV2 (mkV "op" (mkV "schakelen")) ;
switch8on_V2 = mkV2 (mkV "aan" (mkV "zetten")) ;
table_N = mkN "tabel" utrum ;
tail_N = mkN "staart" utrum ;
teach_V2 = mkV2 "leren" ;