1
0
forked from GitHub/gf-core

fixes in PhrasebookChi

This commit is contained in:
aarne
2014-11-07 14:29:03 +00:00
parent 2350bdb4a9
commit 805f3a640b
3 changed files with 7 additions and 5 deletions

View File

@@ -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 "对不起" ;