LocaleDataset
LocaleDataset
Represents data for a single localization
Kind: global class
- LocaleDataset
- .hasKey(key) ⇒
boolean
- .get(key) ⇒
string
|Object
|undefined
- .hasKey(key) ⇒
localeDataset.hasKey(key) ⇒ boolean
Does a given key exist?
Kind: instance method of LocaleDataset
Param | Type |
---|---|
key | string |
localeDataset.get(key) ⇒ string
| Object
| undefined
Kind: instance method of LocaleDataset
Param | Type |
---|---|
key | string |