mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 03:32:51 -06:00
changed names of resource-1.3; added a note on homepage on release
This commit is contained in:
12
old-examples/peacekeeping/swedish/PeacePhrases_Swe.gf
Normal file
12
old-examples/peacekeeping/swedish/PeacePhrases_Swe.gf
Normal file
@@ -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) ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user