MODULES Uize.Loc.Plurals.Langs.nyn
1. Introduction
The Uize.Loc.Plurals.Langs.nyn
module implements a feature for determining a plural category from a number value for the nyn language.
DEVELOPERS: Chris van Rensburg
1.1. Plural Categories
Plural Categories | |
Category | Rule |
one | n = 1 @integer 1 @decimal 1.0, 1.00, 1.000, 1.0000 |
other | @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0~0.9, 1.1~1.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.nyn
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.nyn
module...
SEARCH
1.3. Implementation Info
The Uize.Loc.Plurals.Langs.nyn
module defines the Uize.Loc.Plurals.Langs.nyn
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.nyn.getPluralCategory
STATIC PROPERTIES
Uize.Loc.Plurals.Langs.nyn.moduleName
| Uize.Loc.Plurals.Langs.nyn.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.nyn
module.
2. Static Methods
2.1. Uize.Loc.Plurals.Langs.nyn.getPluralCategory
IMPLEMENTATION INFO
this feature was introduced in this module |