... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
<section class="subsection" id="numeri"> |
2 |
- <header>Numeri</header> |
|
2 |
+ <header>Count</header> |
|
3 | 3 |
<?php proposal(); ?> |
4 |
- <p>The plural of a noun is formed by appending the syllable <?php echo(mark("-er", ["type_word", "lang_flk"])); ?>, e.g. <?php echo(format_correlation("type_word")(["flk" => ["huser"], "eng" => ["houses"]])); ?>.</p> |
|
4 |
+ <p>The plural of a noun is formed by appending the syllable <?php echo(mark("-er", ["type_word", "lang_flk"])); ?>, e.g. <?php echo(format_correlation("type_word")(["flk" => ["dager"], "eng" => ["days"]])); ?>.</p> |
|
5 | 5 |
</section> |
6 | 6 |
|
... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
<section class="subsection" id="numeri"> |
2 | 2 |
<header>Numeri</header> |
3 | 3 |
<?php proposal(); ?> |
4 |
- <p>The plural of a noun is formed by appending the syllable <?php echo(mark("-er", ["type_word", "lang_fs"])); ?>, e.g. <?php echo(format_correlation("type_word")(["flk" => ["huser"], "eng" => ["houses"]])); ?>.</p> |
|
4 |
+ <p>The plural of a noun is formed by appending the syllable <?php echo(mark("-er", ["type_word", "lang_flk"])); ?>, e.g. <?php echo(format_correlation("type_word")(["flk" => ["huser"], "eng" => ["houses"]])); ?>.</p> |
|
5 | 5 |
</section> |
6 | 6 |
|
... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
<section class="subsection" id="numeri"> |
2 | 2 |
<header>Numeri</header> |
3 | 3 |
<?php proposal(); ?> |
4 |
- <p>The plural of a noun is formed by appending the syllable <?php echo(mark("-er", ["type_word", "lang_fs"])); ?>, e.g. <?php echo(format_correlation("type_word")(["fs" => ["huser"], "en" => ["houses"]])); ?>.</p> |
|
4 |
+ <p>The plural of a noun is formed by appending the syllable <?php echo(mark("-er", ["type_word", "lang_fs"])); ?>, e.g. <?php echo(format_correlation("type_word")(["flk" => ["huser"], "eng" => ["houses"]])); ?>.</p> |
|
5 | 5 |
</section> |
6 | 6 |
|
... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
<section class="subsection" id="numeri"> |
2 | 2 |
<header>Numeri</header> |
3 | 3 |
<?php proposal(); ?> |
4 |
- <p>The plural of a noun is formed by appending the syllable <span class="word lang_fs">-er</span>, e.g. <span class="word lang_fs">huser</span> ~ <span class="word lang_en">houses</span>.</p> |
|
4 |
+ <p>The plural of a noun is formed by appending the syllable <?php echo(mark("-er", ["type_word", "lang_fs"])); ?>, e.g. <?php echo(format_correlation("type_word")(["fs" => ["huser"], "en" => ["houses"]])); ?>.</p> |
|
5 | 5 |
</section> |
6 | 6 |
|
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,6 @@ |
1 |
+<section class="subsection" id="numeri"> |
|
2 |
+ <header>Numeri</header> |
|
3 |
+ <?php proposal(); ?> |
|
4 |
+ <p>The plural of a noun is formed by appending the syllable <span class="word lang_fs">-er</span>, e.g. <span class="word lang_fs">huser</span> ~ <span class="word lang_en">houses</span>.</p> |
|
5 |
+</section> |
|
6 |
+ |