summaryrefslogtreecommitdiff
path: root/examples/phrasebook/DiffPhrasebookRon.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-03-21 19:57:53 +0000
committeraarne <aarne@chalmers.se>2010-03-21 19:57:53 +0000
commit9d98177e65970dae560d871245ab5d0adbe72d50 (patch)
treea6134b8f5908ce01f6ecc22d7e0ed1d720347613 /examples/phrasebook/DiffPhrasebookRon.gf
parentdf0c6fb8d3acb525e7cdf520b5c51d967d12567e (diff)
French phrasebook
Diffstat (limited to 'examples/phrasebook/DiffPhrasebookRon.gf')
-rw-r--r--examples/phrasebook/DiffPhrasebookRon.gf3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/phrasebook/DiffPhrasebookRon.gf b/examples/phrasebook/DiffPhrasebookRon.gf
index 027ab1dfe..0b842bd81 100644
--- a/examples/phrasebook/DiffPhrasebookRon.gf
+++ b/examples/phrasebook/DiffPhrasebookRon.gf
@@ -1,5 +1,6 @@
instance DiffPhrasebookRon of DiffPhrasebook = open
SyntaxRon,
+ BeschRon,
ParadigmsRon
in {
@@ -7,6 +8,6 @@ flags coding = utf8 ;
oper
want_V2 = dirV2 (lin V want_VV) ; -- mkVV (v_besch74 "vrea")
- like_V2 = dirV2 (mkV "părăsi") ;
+ like_V2 = dirV2 (v_besch71 "plăcea") ;
}