summaryrefslogtreecommitdiff
path: root/examples/peacekeeping/finnish/PeacePhrases_Fin.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/peacekeeping/finnish/PeacePhrases_Fin.gf')
-rw-r--r--examples/peacekeeping/finnish/PeacePhrases_Fin.gf9
1 files changed, 8 insertions, 1 deletions
diff --git a/examples/peacekeeping/finnish/PeacePhrases_Fin.gf b/examples/peacekeeping/finnish/PeacePhrases_Fin.gf
index f02b04d55..ee8f5ea61 100644
--- a/examples/peacekeeping/finnish/PeacePhrases_Fin.gf
+++ b/examples/peacekeeping/finnish/PeacePhrases_Fin.gf
@@ -1,7 +1,14 @@
--# -path=.:..:present:prelude
concrete PeacePhrases_Fin of PeacePhrases =
- PeaceCat_Fin ** {
+ PeaceCat_Fin ** open LangFin, ParadigmsFin in {
+lin
+ Hello = { s = "terve" ++ "." } ;
+ GoodMorning = { s = ["hyvää huomenta"] ++ "." } ;
+ GoodEvening = { s = ["hyvää iltaa"] ++ "." } ;
+ WhatIsNamePron p = PhrUtt NoPConj (UttQS (UseQCl TPres ASimul PPos
+ (QuestVP whatSg_IP (UseComp (CompNP (DetCN (DetSg (SgQuant (PossPron p)) NoOrd)
+ (UseN (reg2N "nimi" "nimiä")))))))) NoVoc ;
} \ No newline at end of file