forked from GitHub/gf-core
Male/Female greetings distinguished in Phrasebook
This commit is contained in:
@@ -48,9 +48,9 @@ concrete WordsTha of Words = SentencesTha **
|
||||
Airport = mkPlace (placeN (R.thword "สนาม" "บิน")) ;
|
||||
AmusementPark = mkPlace (placeN (R.thword "สวน" "สนุก")) ;
|
||||
Bank = mkPlace (placeN (R.thword "ธนา" "คาร")) ;
|
||||
Bar = mkPlace (placeN (R.thword "บา" "ร์")) ;
|
||||
Bar = mkPlace (placeN (R.thword "บาร์")) ;
|
||||
Cafeteria = mkPlace (placeN (R.thword "โรง" "อา" "หาร")) ;
|
||||
Center = mkPlace (placeN (R.thword "ศูน" "ย์" "กลาง")) ;
|
||||
Center = mkPlace (placeN (R.thword "ศูนย์" "กลาง")) ;
|
||||
Cinema = mkPlace (placeN (R.thword "โรง" "หนัง")) ;
|
||||
Church = mkPlace (placeN (R.thword "โบส" "ถ์")) ;
|
||||
Disco = mkPlace (placeN (R.thword "ดิส" "โก้")) ;
|
||||
|
||||
Reference in New Issue
Block a user