diff options
| author | aarne <aarne@chalmers.se> | 2010-06-01 22:48:43 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-06-01 22:48:43 +0000 |
| commit | b3c302ca6fa99abaa5cbc3ed69f138aecc9d7e98 (patch) | |
| tree | 219cec765f861782b3d67db699ab7227b59cc3a5 /examples/phrasebook/GreetingsSpa.gf | |
| parent | 83015a80184e4b2b1e34a4a7cd1b3832ec680d35 (diff) | |
updated phrasebook doc
Diffstat (limited to 'examples/phrasebook/GreetingsSpa.gf')
| -rw-r--r-- | examples/phrasebook/GreetingsSpa.gf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/phrasebook/GreetingsSpa.gf b/examples/phrasebook/GreetingsSpa.gf index 6008688f6..673bac85e 100644 --- a/examples/phrasebook/GreetingsSpa.gf +++ b/examples/phrasebook/GreetingsSpa.gf @@ -11,6 +11,9 @@ lin GDamn = ss "joder" ; GExcuse = ss "perdón" ; GExcusePol = ss "perdone" ; + GCongratulations = ss "felicitaciones" ; + GGoodLuck = ss "buena suerte" ; + GHappyBirthday = ss "feliz cumpleaños" ; GGoodMorning, GGoodDay = ss "buenos días" ; GGoodEvening = ss "buenas tardes" ; GGoodNight = ss "buenas noches" ; |
