1
0
forked from GitHub/gf-core
Files
gf-core/examples/peacekeeping/swedish/PeacePhrases_Swe.gf
2006-04-21 09:55:15 +00:00

12 lines
325 B
Plaintext

--# -path=.:..:present:prelude
concrete PeacePhrases_Swe of PeacePhrases =
PeaceCat_Swe ** open CommonScand in {
lin
Hello = { s = "hej" ++ "." } ;
GoodMorning = { s = ["god morgon"] ++ "." } ;
GoodEvening = { s = ["god kväll"] ++ "." } ;
WhatIsNamePron p = { s = ["vad heter"] ++ p.s!NPNom ++ "?"; };
}