summaryrefslogtreecommitdiff
path: root/examples/phrasebook/GreetingsUrd.gf
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-07-04 10:09:58 +0200
committerJohn J. Camilleri <john@digitalgrammars.com>2018-07-04 10:09:58 +0200
commitc6f4edaea5f1074ba682fac5d711016f0136998f (patch)
treebb49b8bac2e3cafd3c1f997115bf5bb841554eab /examples/phrasebook/GreetingsUrd.gf
parent00476ae38687fb7d33081130822cbd4e8f34cfd3 (diff)
Remove examples directory; these now live in gf-contrib
All changes have been reflected in the gf-contrib repository: https://github.com/GrammaticalFramework/gf-contrib Now, for WebSetup to build the example grammars, one must have gf-contrib cloned in the same top-level directory as GF. When this isn't the case, WebSetup displays a notice without failing.
Diffstat (limited to 'examples/phrasebook/GreetingsUrd.gf')
-rw-r--r--examples/phrasebook/GreetingsUrd.gf29
1 files changed, 0 insertions, 29 deletions
diff --git a/examples/phrasebook/GreetingsUrd.gf b/examples/phrasebook/GreetingsUrd.gf
deleted file mode 100644
index 1d004e2ca..000000000
--- a/examples/phrasebook/GreetingsUrd.gf
+++ /dev/null
@@ -1,29 +0,0 @@
-concrete GreetingsUrd of Greetings = SentencesUrd [mkGreeting,Greeting] ** open (P=Prelude) in {
-
--- lincat
--- Greeting = {s : Str; lock_Text : {}} ;
-flags coding = utf8 ;
-lin
- GBye = P.ss "خدا حافظ" ;
- GCheers = P.ss "چیرز" ;
- GDamn = P.ss "اف" ;
- GExcuse, GExcusePol = P.ss "معاف كیجیے گا" ;
- GGoodDay = P.ss "دن بخیر" ; ----
- GGoodEvening = P.ss "شام بخیر" ;
- GGoodMorning = P.ss "صبح بخیر" ;
- GGoodNight = P.ss "رات بخیر" ;
- GGoodbye = P.ss "خدا حافظ" ;
- GHello = P.ss "اسلام علیكم" ;
- GHelp = P.ss "مدد" ;
- GHowAreYou = P.ss "آپ كیسی ہو" ;
- GLookOut = P.ss "دیكھ كر" ;
- GNiceToMeetYou, GNiceToMeetYouPol = P.ss "آپ سے مل كر اچھا لگا" ;
- GPleaseGive, GPleaseGivePol = P.ss "مہربانی كر كے" ;
- GSeeYouSoon = P.ss "ملتے ہیں" ;
- GSorry, GSorryPol = P.ss "معاف كیجیے گا" ;
- GThanks = P.ss "شكریہ" ;
- GTheCheck = P.ss "بل" ;
- GCongratulations = P.ss "مبارك ہو";
- GHappyBirthday = P.ss "سالگرہ مبارك" ;
- GGoodLuck = P.ss "گڈ لك" ;
-}