From 035d367b1f2e0da6b4988017ef37f275d02b346f Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 28 Mar 2014 08:02:14 +0000 Subject: 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. --- examples/phrasebook/GreetingsGer.gf | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/phrasebook/GreetingsGer.gf') diff --git a/examples/phrasebook/GreetingsGer.gf b/examples/phrasebook/GreetingsGer.gf index f6c405b0b..f027d70ac 100644 --- a/examples/phrasebook/GreetingsGer.gf +++ b/examples/phrasebook/GreetingsGer.gf @@ -25,6 +25,7 @@ lin GCongratulations = mkGreeting "herzlichen Glückwunsch"; GHappyBirthday = mkGreeting "alles Gute zum Geburtstag" ; GGoodLuck = mkGreeting "viel Glück" ; + GWhatTime = mkGreeting "wieviel Uhr ist es" | mkGreeting "wie spät ist es" ; } -- cgit v1.2.3