summaryrefslogtreecommitdiff
path: root/old-examples/peacekeeping/swedish/PeacePhrases_Swe.gf
blob: 7f9d88014c459d97fa50792248643cb40fe1cfb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
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) ;

}