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