summaryrefslogtreecommitdiff
path: root/examples/phrasebook
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook')
-rw-r--r--examples/phrasebook/Makefile4
-rw-r--r--examples/phrasebook/PhrasebookEng.gf3
-rw-r--r--examples/phrasebook/PhrasebookIta.gf2
-rw-r--r--examples/phrasebook/PhrasebookSwe.gf3
-rw-r--r--examples/phrasebook/missing.txt3
5 files changed, 11 insertions, 4 deletions
diff --git a/examples/phrasebook/Makefile b/examples/phrasebook/Makefile
index aafda9a92..056b6b114 100644
--- a/examples/phrasebook/Makefile
+++ b/examples/phrasebook/Makefile
@@ -5,10 +5,10 @@ all: fin demo missing
demo: compdemo linkdemo
compdemo:
- $(compile) Eng Fre Ger Ita Ron Swe DisambPhrasebookEng
+ $(compile) Bul Eng Fre Ger Ita Ron Swe DisambPhrasebookEng
linkdemo:
- $(compile) -link Eng Fin Fre Ger Ita Ron Swe DisambPhrasebookEng
+ $(compile) -link Bul Eng Fin Fre Ger Ita Ron Swe DisambPhrasebookEng
#separate, because slow...
fin:
diff --git a/examples/phrasebook/PhrasebookEng.gf b/examples/phrasebook/PhrasebookEng.gf
index 366fe90df..b9cfd0998 100644
--- a/examples/phrasebook/PhrasebookEng.gf
+++ b/examples/phrasebook/PhrasebookEng.gf
@@ -6,6 +6,9 @@ concrete PhrasebookEng of Phrasebook =
SyntaxEng,
Prelude in {
+flags
+ language = en_US ;
+
lin
PGreeting g = lin Text g ;
diff --git a/examples/phrasebook/PhrasebookIta.gf b/examples/phrasebook/PhrasebookIta.gf
index 0f104a95a..bb08b0b45 100644
--- a/examples/phrasebook/PhrasebookIta.gf
+++ b/examples/phrasebook/PhrasebookIta.gf
@@ -7,6 +7,8 @@ concrete PhrasebookIta of Phrasebook =
SyntaxIta,
Prelude in {
+flags language = it_IT ;
+
lin
PGreeting g = lin Text (ss g.s) ;
diff --git a/examples/phrasebook/PhrasebookSwe.gf b/examples/phrasebook/PhrasebookSwe.gf
index 304949841..288ca2714 100644
--- a/examples/phrasebook/PhrasebookSwe.gf
+++ b/examples/phrasebook/PhrasebookSwe.gf
@@ -5,7 +5,8 @@ concrete PhrasebookSwe of Phrasebook =
WordsSwe ** open
SyntaxSwe,
Prelude in {
-
+flags
+ language = sv_SE ;
lin
PGreeting g = lin Text (ss g.s) ;
diff --git a/examples/phrasebook/missing.txt b/examples/phrasebook/missing.txt
index 200c5a081..bbafbd214 100644
--- a/examples/phrasebook/missing.txt
+++ b/examples/phrasebook/missing.txt
@@ -1,8 +1,9 @@
DisambPhrasebookEng :
+PhrasebookBul : AHasName AHasRoom AHasTable AHungry AIll AKnow ALike ALive ALove AMarried AReady AScared ASpeak AThirsty ATired AUnderstand AWant AWantGo Belgium Children Daughter English Finnish Flemish French Friday HowMuchCost Husband ItCost Italian Monday PSeeYou PSeeYouPlace PropClosed PropClosedDate PropClosedDay PropOpen PropOpenDate PropOpenDay QWhatAge QWhatName Romanian Saturday Son Sunday Swedish Thursday Tomorrow Tuesday Wednesday Wife
PhrasebookEng :
PhrasebookFin :
PhrasebookFre :
PhrasebookGer : Bar Chicken Cinema Coffee Dollar GNiceToMeetYou Hotel Lei Meat Museum PSeeYou PSeeYouPlace Park School Shop Suspect Tea Theatre Toilet
PhrasebookIta :
-PhrasebookRon : AHungry AThirsty Flemish GExcusePol GPleaseGivePol GSorryPol
+PhrasebookRon : GExcusePol GPleaseGivePol GSorryPol
PhrasebookSwe :