Files
StockMan/StockManMVC/bower_components/cldrjs/doc/api/supplemental.md
T

13 lines
287 B
Markdown

## .supplemental( path )
It's an alias for `.get([ "supplemental", ... ])`.
| Parameter | Type | Exampe |
| --- | --- | --- |
| *path* | String or<br>Array | See `cldr.get()` for more information |
```javascript
en.supplemental( "gender/personList/{language}" );
// ➡ "neutral"
```