diff options
| author | bringert <bringert@cs.chalmers.se> | 2006-02-28 19:11:27 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2006-02-28 19:11:27 +0000 |
| commit | 4c6994d0c73af8ed11e0bdeb608d9419954fef94 (patch) | |
| tree | 570729a31aaa364fea38eb4135d12f6c57c22405 /examples | |
| parent | 4aa6113d5765eab3a7982818b1881826ea961b5a (diff) | |
Swadesh: fight_V is now "slåss med" in swedish.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/bronzeage/SwadeshSwe.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bronzeage/SwadeshSwe.gf b/examples/bronzeage/SwadeshSwe.gf index 95d4a3705..48656d049 100644 --- a/examples/bronzeage/SwadeshSwe.gf +++ b/examples/bronzeage/SwadeshSwe.gf @@ -205,7 +205,7 @@ concrete SwadeshSwe of Swadesh = CatSwe fall_V = falla_V ; fear_V = dirV2 (regV "frukta") ; -- FIXME: passive forms are very strange - fight_V = dirV2 (mkV "slåss" "slåss" "slåss" "slogs" "slagits" "slagen") ; + fight_V = mkV2 (mkV "slåss" "slåss" "slåss" "slogs" "slagits" "slagen") "med" ; float_V = flyta_V ; flow_V = rinna_V ; fly_V = flyga_V ; |
