MediaWiki
REL1_19
|
Belarusian in Taraškievica orthography (Беларуская тарашкевіца) More...
Public Member Functions | |
commafy ($_) | |
Four-digit number should be without group commas (spaces) So "1 234 567", "12 345" but "1234". | |
convertPlural ($count, $forms) | |
Plural form transformations. | |
normalizeForSearch ($string) | |
The Belarusian language uses apostrophe sign, but the characters used for this could be both U+0027 and U+2019. |
Belarusian in Taraškievica orthography (Беларуская тарашкевіца)
Definition at line 12 of file LanguageBe_tarask.php.
LanguageBe_tarask::commafy | ( | $ | _ | ) |
Four-digit number should be without group commas (spaces) So "1 234 567", "12 345" but "1234".
$_ | string |
Reimplemented from Language.
Definition at line 86 of file LanguageBe_tarask.php.
LanguageBe_tarask::convertPlural | ( | $ | count, |
$ | forms | ||
) |
Plural form transformations.
$wordform1 - singular form (for 1, 21, 31, 41...) $wordform2 - plural form (for 2, 3, 4, 22, 23, 24, 32, 33, 34...) $wordform3 - plural form (for 0, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 25, 26...)
$count | int |
$forms | array |
Reimplemented from Language.
Definition at line 27 of file LanguageBe_tarask.php.
References $count, and Language\preConvertPlural().
LanguageBe_tarask::normalizeForSearch | ( | $ | string | ) |
The Belarusian language uses apostrophe sign, but the characters used for this could be both U+0027 and U+2019.
This function unifies apostrophe sign in search index values to enable seach using both apostrophe signs.
$string | string |
Reimplemented from Language.
Definition at line 63 of file LanguageBe_tarask.php.
References wfProfileIn(), and wfProfileOut().