From 89ed5face9fa9d570a7a67553942186cb5968f6c Mon Sep 17 00:00:00 2001 From: opfez Date: Fri, 22 Oct 2021 20:21:59 +0200 Subject: [PATCH] [russian] add content --- format.c | 1 + resources/style-formatted.css | 4 ++ site-src/russian.wtn | 78 ++++++++++++++++++++++++++++++++++- 3 files changed, 82 insertions(+), 1 deletion(-) diff --git a/format.c b/format.c index 24a3520..bb8c1db 100644 --- a/format.c +++ b/format.c @@ -354,6 +354,7 @@ emit_table(void) for(;;) { read_n_bytes(4, buf); if (!strcmp("===\n", buf)) { + fseek(IN, -1L, SEEK_CUR); break; } else { diff --git a/resources/style-formatted.css b/resources/style-formatted.css index cabfe58..0c1a92a 100644 --- a/resources/style-formatted.css +++ b/resources/style-formatted.css @@ -53,3 +53,7 @@ hr { text-align: left; margin-left: 0; } + +table { + border-collapse: collapse; +} diff --git a/site-src/russian.wtn b/site-src/russian.wtn index dc7dbcb..c515cd3 100644 --- a/site-src/russian.wtn +++ b/site-src/russian.wtn @@ -1,3 +1,79 @@ * Russian -This page has yet to be written. +These are some of my notes from learning Russian. + +** Verb conjugation + +Verbs are conjugated differently according to the pronoun of the subject. + +As an example, the following are different conjugations of the word "говорить" +(to talk). + +=== + |Present +Я |говорю +Ты |говоришь +Он/Она/Оно|говорит +Мы |говорим +Вы |говорите +Они |говорят +=== + +Future tense is formed by combining the future tense of быть with the verb in +question in infinitive: + +"I'll talk to him" -> "Я буду говорить с ним" + +Past tense relies on the gender of the subject and whether or not it is plural +or singular. + +=== + |Masculine|Feminine|Neuter +Singular |говорил |говорила|говорило +Plural |говорили |-- |-- +=== + +Imperative doesn't rely on gender. + +=== +Singular|говори +Plural |говорите +=== + +** У + +У is used to denote possession and telling where you are. + +=== +I have an apple |У меня есть яблока +You have a book |У тебя есть книга +I'm by the window |Я у окна +I'm at Anna's place|Я у Анна +=== + +** Numbers + +=== +0 |ноль +1 |один +2 |два +3 |три +4 |четыре +5 |пять +6 |шесть +7 |семь +8 |восемь +9 |девять +10 |десять +11 |одиннадцать +12 |двенадцать +13 |тринадцать +etc. +20 |дведцать +30 |тридцать +40 |совок +50 |пятьдесять +etc. +90 |девяносто +100|сто +===