mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Changed PeacePhrases_Swe to latin-1.
This commit is contained in:
@@ -6,7 +6,7 @@ concrete PeacePhrases_Swe of PeacePhrases =
|
||||
lin
|
||||
Hello = { s = "hej" ++ "." } ;
|
||||
GoodMorning = { s = ["god morgon"] ++ "." } ;
|
||||
GoodEvening = { s = ["god kväll"] ++ "." } ;
|
||||
GoodEvening = { s = ["god kväll"] ++ "." } ;
|
||||
WhatIsNamePron p = { s = ["vad heter"] ++ p.s!NPNom ++ "?"; };
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user