forked from GitHub/gf-core
Changed PeacePhrases_Swe to latin-1.
This commit is contained in:
@@ -6,7 +6,7 @@ concrete PeacePhrases_Swe of PeacePhrases =
|
|||||||
lin
|
lin
|
||||||
Hello = { s = "hej" ++ "." } ;
|
Hello = { s = "hej" ++ "." } ;
|
||||||
GoodMorning = { s = ["god morgon"] ++ "." } ;
|
GoodMorning = { s = ["god morgon"] ++ "." } ;
|
||||||
GoodEvening = { s = ["god kväll"] ++ "." } ;
|
GoodEvening = { s = ["god kväll"] ++ "." } ;
|
||||||
WhatIsNamePron p = { s = ["vad heter"] ++ p.s!NPNom ++ "?"; };
|
WhatIsNamePron p = { s = ["vad heter"] ++ p.s!NPNom ++ "?"; };
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user