summaryrefslogtreecommitdiff
path: root/examples/phrasebook/GreetingsHin.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2014-03-28 08:02:14 +0000
committeraarne <aarne@chalmers.se>2014-03-28 08:02:14 +0000
commit035d367b1f2e0da6b4988017ef37f275d02b346f (patch)
treebe0b9466a5c7e70cb40e0b77c64e939337ac70fb /examples/phrasebook/GreetingsHin.gf
parent201283c0550ee3a01fe5020bd65ede01062b2d7e (diff)
added the phrase "what time is it" in ten languages. For simplicity, this is a Greeting and not a Question, which means that it has a variant appearing with ! rather than ? , similar to "how are you". Correcting this would require analysing the structure of the phrase so that it can be constructed in QS.
Diffstat (limited to 'examples/phrasebook/GreetingsHin.gf')
-rw-r--r--examples/phrasebook/GreetingsHin.gf2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/phrasebook/GreetingsHin.gf b/examples/phrasebook/GreetingsHin.gf
index 97cba0489..06b641b33 100644
--- a/examples/phrasebook/GreetingsHin.gf
+++ b/examples/phrasebook/GreetingsHin.gf
@@ -26,4 +26,6 @@ lin
GCongratulations = P.ss "बधाई हो";
GHappyBirthday = P.ss "जन्मदिन की शुभकामनाएँ" ;
GGoodLuck = P.ss "शुभकामनाएँ" ;
+ GWhatTime = P.ss "कितने बजे हैं" ;
+
}