13 lines
287 B
Markdown
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"
|
|
```
|