From 7900084f161c36d9b9ca45a9e04fa2c25b7fa986 Mon Sep 17 00:00:00 2001 From: Bizcochito Date: Wed, 4 May 2022 07:26:52 +0200 Subject: [PATCH] changed stuff in lessons 2 --- lessons/personal_pronouns.lua | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/lessons/personal_pronouns.lua b/lessons/personal_pronouns.lua index 8761b56..9f09dc4 100644 --- a/lessons/personal_pronouns.lua +++ b/lessons/personal_pronouns.lua @@ -53,12 +53,15 @@ print(colorTextBackground(COLOR.Gray,[[ Formal pronouns are used in formal situations. They are formed as following: 1. If the pronoun is singular or dual, suffixing "-l.fur". - 2. If the pronoun is another plural form, suffixing -"al.fur" instead. + 2. If the pronoun is another plural form, suffixing -"al.fura" instead. (This brings the sense of fully acknowledging the persons).]]) .. [[ - 1st Person Singular | rel.fur | formal - 2nd Person Singular | bal.fur | formal - 3rd Person Singular | i.mal.fur | formal + 1st Person Singular | rel.fur | formal + 2nd Person Singular | bal.fur | formal + 3rd Person Singular | i.mal.fur | formal + 1nd Person Plural | ren.al.fu.ra | formal + 2nd Person Plural | ban.al.fu.ra | formal + 3nd Person Plural | i.man.al.fu.ra | formal ]])