git.schokokeks.org
Repositories
Help
Report an Issue
fs-draft.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
f662d51
Branches
Tags
master
midgard
vorlage
fs-draft.git
source
content
cases.html.php
fs -> flk
Christian Fraß
commited
f662d51
at 2017-07-27 00:19:14
cases.html.php
Blame
History
Raw
<section class="subsection" id="cases"> <header>Cases</header> <?php proposal(); ?> <p>The base form of noun is the <span class="grammarterm">nominative</span> <p>Regular nouns can appear in two cases: <span class="grammarterm">nominative</span> and <span class="grammarterm">genitive</span>. The nominative doesn't receive any marker while the genitive is formed by appending the suffix <?php echo(mark("-(e)s", ["type_word", "lang_flk"])); ?> to the word, e.g. <?php echo(format_correlation("type_word")(["flk" => ["huses"], "eng" => ["houses"]])); ?>. The marker for the plural has to be applied first, e.g. <?php echo(format_correlation("type_word")(["flk" => ["huser(e)s"], "eng" => ["houses'"]])); ?>.</p> </section>