MediaWiki  REL1_19
LanguageLv Class Reference

Latvian (Latviešu) More...

Inheritance diagram for LanguageLv:
Collaboration diagram for LanguageLv:

List of all members.

Public Member Functions

 convertPlural ($count, $forms)
 Plural form transformations.

Detailed Description

Latvian (Latviešu)

Author:
Niklas Laxström
Note:
Copyright © 2006, Niklas Laxström
http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later

Definition at line 12 of file LanguageLv.php.


Member Function Documentation

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}}

Parameters:
$countInteger
$formsArray
Returns:
String

Reimplemented from Language.

Definition at line 22 of file LanguageLv.php.

References $count, and Language\preConvertPlural().

Here is the call graph for this function:


The documentation for this class was generated from the following file: