forked from GitHub/gf-core
short-phrase translation; added Swe; started doc in Phrasebook
This commit is contained in:
12
examples/phrasebook/DiffPhrasebookSwe.gf
Normal file
12
examples/phrasebook/DiffPhrasebookSwe.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
instance DiffPhrasebookSwe of DiffPhrasebook = open
|
||||
SyntaxSwe,
|
||||
ParadigmsSwe
|
||||
in {
|
||||
|
||||
oper
|
||||
want_V2 = mkV2 (mkV "önska") ; ---- vill ha
|
||||
like_V2 = mkV2 (mkV "tycker") (mkPrep "om") ;
|
||||
|
||||
cost_V2 = mkV2 (mkV "kosta") ;
|
||||
cost_V = mkV "kosta" ;
|
||||
}
|
||||
Reference in New Issue
Block a user