summaryrefslogtreecommitdiff
path: root/examples/phrasebook/GreetingsChi.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/GreetingsChi.gf')
-rw-r--r--examples/phrasebook/GreetingsChi.gf5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/phrasebook/GreetingsChi.gf b/examples/phrasebook/GreetingsChi.gf
index 38eb37366..40d532e0d 100644
--- a/examples/phrasebook/GreetingsChi.gf
+++ b/examples/phrasebook/GreetingsChi.gf
@@ -16,9 +16,10 @@ GGoodNight = (mkInterj "晚安" ) ;
GGoodbye = (mkInterj "再见" ) ;
GHello = (mkInterj "你好" ) ;
GHelp = mkInterj "帮助" ;
-GHowAreYou = mkInterj "你好" ;
+GHowAreYou = mkInterj "你好吗" ;
GLookOut = mkInterj "留意" ;
-GNiceToMeetYou, GNiceToMeetYouPol = mkInterj "很高兴见到你" ;
+GNiceToMeetYou = mkInterj "很高兴见到你" ;
+GNiceToMeetYouPol = mkInterj "很高兴见到您" ;
GPleaseGive, GPleaseGivePol = mkInterj "请" ;
GSeeYouSoon = mkInterj "很快再见" ;
GSorry, GSorryPol = mkInterj "对不起" ;