diff options
Diffstat (limited to 'examples/peacekeeping/swedish/PeacePhrases_Swe.gf')
| -rw-r--r-- | examples/peacekeeping/swedish/PeacePhrases_Swe.gf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/peacekeeping/swedish/PeacePhrases_Swe.gf b/examples/peacekeeping/swedish/PeacePhrases_Swe.gf new file mode 100644 index 000000000..7f9d88014 --- /dev/null +++ b/examples/peacekeeping/swedish/PeacePhrases_Swe.gf @@ -0,0 +1,12 @@ +--# -path=.:..:present:prelude + +concrete PeacePhrases_Swe of PeacePhrases = + PeaceCat_Swe ** open CommonScand, PeaceRes in { + +lin + Hello = stop "hej" ; + GoodMorning = stop ["god morgon"] ; + GoodEvening = stop ["god kväll"] ; + WhatIsNamePron p = stop (["vad heter"] ++ p.s!NPNom) ; + +}
\ No newline at end of file |
