1
0
forked from GitHub/gf-core

"Committed_by_peb"

This commit is contained in:
peb
2005-04-19 10:57:18 +00:00
parent d9c2c1e994
commit 046161b732
6 changed files with 41 additions and 9 deletions

View File

@@ -21,6 +21,7 @@ d_m = { s = "many"; n = Pl };
n_c = { s = table { Sg => "lion"; Pl => "lions" } };
n_f = { s = table { _ => "fish" } };
v_e = { s = table { Sg => "eats" ; Pl => "eat" } };
v_h = { s = table { Sg => "hunts" ; Pl => "hunt" } };
}