1
0
forked from GitHub/gf-core

ask_for_V3 in Dictionary* + unicode fixing in DictionaryFre

This commit is contained in:
inari
2014-03-10 13:42:51 +00:00
parent c8309a33d8
commit 6bcbf50a17
9 changed files with 424 additions and 400 deletions

View File

@@ -62401,6 +62401,7 @@ lin ask_after_V2 = prepV2 (mkV "ask") (mkPrep "after");
lin ask_around_V = partV (mkV "ask") "around";
lin ask_around_V2 = mkV2 (partV (mkV "ask") "around");
lin ask_for_V2 = prepV2 (mkV "ask") (mkPrep "for");
lin ask_for_V3 = mkV3 (mkV "ask") noPrep (mkPrep "for");
lin ask_in_V2 = mkV2 (partV (mkV "ask") "in");
lin ask_out_V2 = mkV2 (partV (mkV "ask") "out");
lin ask_over_V2 = mkV2 (partV (mkV "ask") "over");