CoastalCommitsPastes/server/node_modules/cldrjs/doc/api/supplemental.md
2022-03-06 16:46:59 -08:00

12 lines
288 B
Markdown

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