diff options
| author | aarne <aarne@chalmers.se> | 2011-05-13 11:14:47 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2011-05-13 11:14:47 +0000 |
| commit | c3669542d1e273f69c6848e5eea9e001936c16bf (patch) | |
| tree | 86177e9b63212750b3ccd8f0028dcb23dc477a91 /examples | |
| parent | d024a7665d94bb2c2b9a90ced21533f0fbc0fbf0 (diff) | |
addition to Urdu phrasebook
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/phrasebook/SentencesUrd.gf | 18 |
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 = ["آپ كے"] ; + } ; |
