mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
simplified the treatment of politeness in Phrasebook
This commit is contained in:
@@ -7,9 +7,9 @@ lin
|
||||
GHello = ss "hello" ;
|
||||
GThanks = ss "thank you" ;
|
||||
GHowAreYou = ss "how are you" ;
|
||||
GPleaseGive = ss "please" ;
|
||||
GExcuse = ss "excuse me" ;
|
||||
GSorry = ss "sorry" ;
|
||||
GPleaseGive, GPleaseGivePol = ss "please" ;
|
||||
GExcuse, GExcusePol = ss "excuse me" ;
|
||||
GSorry, GSorryPol = ss "sorry" ;
|
||||
GGoodbye = ss "goodbye" ;
|
||||
GBye = ss "bye" ;
|
||||
GWhatsYourName = ss "what's your name" ;
|
||||
|
||||
Reference in New Issue
Block a user