En_GBLocalise
Extends AbstractLocaliseen-GB localisation handler class
| since |
2.0.0-alpha |
|---|---|
| package |
Joomla Framework |
Methods
getPluralSuffixes
Returns an array of suffixes for plural rules.
getPluralSuffixes(int count) : string[]
inherited
| since |
2.0.0-alpha |
|---|
Arguments
- count
intThe count number the rule is for.
Response
string[]The array of suffixes.
transliterate
Transliterate function
transliterate(string string) : string|bool
inherited
This method processes a string and replaces all accented UTF-8 characters by unaccented ASCII-7 equivalents.
| since |
2.0.0-alpha |
|---|
Arguments
- string
stringThe string to transliterate.
Response
string|boolThe transliterated string or boolean false on a failure