MediaWiki
REL1_19
|
Latvian (Latviešu) More...
Public Member Functions | |
convertPlural ($count, $forms) | |
Plural form transformations. |
Latvian (Latviešu)
Definition at line 12 of file LanguageLv.php.
LanguageLv::convertPlural | ( | $ | count, |
$ | forms | ||
) |
Plural form transformations.
Using the first form for words with the last digit 1, but not for words with the last digits 11, and the second form for all the others.
Example: {{plural:{{NUMBEROFARTICLES}}|article|articles}}
$count | Integer |
$forms | Array |
Reimplemented from Language.
Definition at line 22 of file LanguageLv.php.
References $count, and Language\preConvertPlural().