diff options
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" ; |
