Merry Christmas and other Dict updates

This commit is contained in:
aarne
2014-01-17 14:42:22 +00:00
parent 29d1b58ff5
commit 681020b371
11 changed files with 31 additions and 22 deletions

View File

@@ -17077,5 +17077,6 @@ advert_N = mkN "广告"; -- 1
across_Adv = mkAdv "横过"; -- 1
absolve_V2 = mkV2 "免除"; -- 1
merry_christmas_Interj = mkInterj "圣诞节快乐" ;
}

View File

@@ -36,7 +36,7 @@ flags
lin
CompAP = G.CompAP | E.CompBareAP ; -- he is good | he good
AdvVP vp adv = G.AdvVP vp adv | E.TopicAdvVP vp adv ; -- he *today* here sleeps | *today* he here sleeps
AdvVP vp adv = E.TopicAdvVP vp adv | G.AdvVP vp adv ; -- he *today* here sleeps | *today* he here sleeps
QuestCl cl = G.QuestCl cl | E.QuestRepV cl ; -- he comes 'ma' | he come not come