Changed PeacePhrases_Swe to latin-1.

This commit is contained in:
bringert
2006-04-21 09:55:15 +00:00
parent 24def1f2ff
commit 218e4ae58b

View File

@@ -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 ++ "?"; };
}