prvi
This commit is contained in:
12
EveryThing/wwwroot/vendor/libs/cldrjs/doc/api/supplemental.md
vendored
Normal file
12
EveryThing/wwwroot/vendor/libs/cldrjs/doc/api/supplemental.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
## .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"
|
||||
```
|
||||
Reference in New Issue
Block a user