$id
$id : string
The language ID.
Main class to convert the plural rules of a language from CLDR to gettext.
$categories : array<mixed,\Gettext\Languages\Category>
The list of categories.
getAll() : array<mixed,\Gettext\Languages\Language>
Return a list of all languages available.
getById(string $id) : \Gettext\Languages\Language|null
Return a Language instance given the language id
string | $id |
getUSAsciiClone() : \Gettext\Languages\Language
Returns a clone of this instance with all the strings to US-ASCII.
checkAllCategoriesWithExamples()
Let's look for categories that don't have examples.
This because with decimals (CLDR) we may have more cases, with integers (gettext) we have some less cases. If we found those categories, we check that they never occur and we strip them out.