diff options
Diffstat (limited to 'examples/phrasebook/GreetingsChi.gf')
| -rw-r--r-- | examples/phrasebook/GreetingsChi.gf | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/examples/phrasebook/GreetingsChi.gf b/examples/phrasebook/GreetingsChi.gf new file mode 100644 index 000000000..49c6d7be3 --- /dev/null +++ b/examples/phrasebook/GreetingsChi.gf @@ -0,0 +1,32 @@ +concrete GreetingsChi of Greetings = + SentencesChi [Greeting,mkGreeting] ** + open (D = DictEngChi), ResChi, Prelude in { + +flags coding = utf8 ; + +lin + GBye = D.bye_Interj ; + GCheers = D.cheers_Interj ; + GDamn = D.damn_Interj ; + GExcuse, GExcusePol = D.excuse_me_Interj ; + GGoodDay = D.hi_Interj ; + GGoodEvening = D.good_evening_Interj ; + GGoodMorning = D.good_morning_Interj ; + GGoodNight = D.good_night_Interj ; + GGoodbye = D.goodbye_Interj ; + GHello = D.hi_Interj ; +-- GHelp = mkGreeting (thword "ช่วย" "ด้วย") ; +-- GHowAreYou = mkGreeting (thword "สบาย" "ดี" "ไหม") ; +-- GLookOut = mkGreeting (thword "ระ" "วัง") ; google +-- GNiceToMeetYou, GNiceToMeetYouPol = mkGreeting (thword "ยิน" "ดี" "ที่" "ได้" "รู้" "จัก") ; +-- GPleaseGive, GPleaseGivePol = mkGreeting "นะ" ; +-- GSeeYouSoon = mkGreeting (thword "เจอ" "กัน" "นะ") ; +-- GSorry, GSorryPol = mkGreeting (thword "ขอ" "โทษ") ; + GThanks = D.thanks_Interj ; +-- GTheCheck = mkGreeting (thword "เช็ค" "บิล") ; +-- GCongratulations = mkGreeting (thword "ยิน" "ดี" "ด้วย") ; +-- GHappyBirthday = mkGreeting (thword "สุข" "สันต์" "วัน" "เกิด") ; + GGoodLuck = D.good_luck_Interj ; + + +} |
