summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/phrasebook/SentencesUrd.gf18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/phrasebook/SentencesUrd.gf b/examples/phrasebook/SentencesUrd.gf
index 59b35d846..894df4089 100644
--- a/examples/phrasebook/SentencesUrd.gf
+++ b/examples/phrasebook/SentencesUrd.gf
@@ -11,4 +11,22 @@ concrete SentencesUrd of Sentences = NumeralUrd ** SentencesI - [sing,IFemale,Y
YouFamFemale = mkPerson (P.personalPN tw tw tw tyra tyry tyrE tyry Sg Fem Pers2_Casual) ;
YouPolFemale = mkPerson (P.personalPN ap ap ap apka apky apkE apky Pl Fem Pers2_Respect);
+
+flags coding = utf8 ;
+
+oper
+ myN = "میں" ;
+ mjh = "مجھ" ;
+ myra = "میرا" ;
+ myry = "میری" ;
+ myrE = "میرے" ;
+ tw = "تو" ;
+ tyra = "تیرا" ;
+ tyry = "تیری" ;
+ tyrE = "تیرے" ;
+ ap = "آپ" ;
+ apka = ["آپ كا"] ;
+ apky = ["آپ كی"] ;
+ apkE = ["آپ كے"] ;
+
} ;