En_GBLocalise

Extends AbstractLocalise

en-GB localisation handler class

since

2.0

package

Joomla Framework

Methods

getPluralSuffixes

Returns an array of suffixes for plural rules.

getPluralSuffixes( count) : string||string|int
inherited
since

2.0

Arguments

count

intThe count number the rule is for.

Response

array<string|int, string>The array of suffixes.

transliterate

Transliterate function

transliterate( string) : string|bool
inherited

This method processes a string and replaces all accented UTF-8 characters by unaccented ASCII-7 equivalents.

since

2.0

Arguments

string

stringThe string to transliterate.

Response

string|boolThe transliterated string or boolean false on a failure