MODULES Uize.Loc.Plurals.Langs.sma
1. Introduction
The Uize.Loc.Plurals.Langs.sma
module implements a feature for determining a plural category from a number value for the sma 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 |
two | n = 2 @integer 2 @decimal 2.0, 2.00, 2.000, 2.0000 |
other | @integer 0, 3~17, 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.sma
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.sma
module...
SEARCH
1.3. Implementation Info
The Uize.Loc.Plurals.Langs.sma
module defines the Uize.Loc.Plurals.Langs.sma
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.sma.getPluralCategory
STATIC PROPERTIES
Uize.Loc.Plurals.Langs.sma.moduleName
| Uize.Loc.Plurals.Langs.sma.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.sma
module.
2. Static Methods
2.1. Uize.Loc.Plurals.Langs.sma.getPluralCategory
IMPLEMENTATION INFO
this feature was introduced in this module |