MODULES Uize.Loc.Plurals.Langs.zu
1. Introduction
The Uize.Loc.Plurals.Langs.zu
module implements a feature for determining a plural category from a number value for the zu language.
DEVELOPERS: Chris van Rensburg
1.1. Plural Categories
Plural Categories | |
Category | Rule |
one | i = 0 or n = 1 @integer 0, 1 @decimal 0.0~1.0, 0.00~0.04 |
other | @integer 2~17, 100, 1000, 10000, 100000, 1000000, … @decimal 1.1~2.6, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, … |
1.2. Examples
There are no dedicated showcase example pages for the Uize.Loc.Plurals.Langs.zu
module.
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Loc.Plurals.Langs.zu
module...
SEARCH
1.3. Implementation Info
The Uize.Loc.Plurals.Langs.zu
module defines the Uize.Loc.Plurals.Langs.zu
package under the Uize.Loc.Plurals.Langs
namespace.
1.3.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
STATIC METHODS
Uize.Loc.Plurals.Langs.zu.getPluralCategory
STATIC PROPERTIES
Uize.Loc.Plurals.Langs.zu.moduleName
| Uize.Loc.Plurals.Langs.zu.pathToResources
1.3.2. Features Overridden in This Module
No features have been overridden in this module.
1.3.3. Features Inherited From Other Modules
This module has no inherited features.
1.3.4. Modules Directly Under This Namespace
There are no modules directly under this namespace.
1.3.5. Unit Tests
There is no dedicated unit tests module for the Uize.Loc.Plurals.Langs.zu
module.
2. Static Methods
2.1. Uize.Loc.Plurals.Langs.zu.getPluralCategory
IMPLEMENTATION INFO
this feature was introduced in this module |