diff options
| author | aarne <aarne@chalmers.se> | 2010-04-20 09:34:38 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-04-20 09:34:38 +0000 |
| commit | 9b4849b5e262d6aaba3bd0e3429bd2a4cb49c52b (patch) | |
| tree | 414e5cbab1fdbbd49cd55cc1c07117cc845d4d04 /examples/phrasebook | |
| parent | 66ab9700f64ffe861f8b9cb271710c0c35345401 (diff) | |
changed the name of example-based examples
Diffstat (limited to 'examples/phrasebook')
| -rw-r--r-- | examples/phrasebook/Makefile | 4 | ||||
| -rw-r--r-- | examples/phrasebook/PhrasebookEng.gf | 3 | ||||
| -rw-r--r-- | examples/phrasebook/PhrasebookIta.gf | 2 | ||||
| -rw-r--r-- | examples/phrasebook/PhrasebookSwe.gf | 3 | ||||
| -rw-r--r-- | examples/phrasebook/missing.txt | 3 |
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 : |
