The Intl.PluralRules object is a constructor for objects that plural sensitive formatting and plural language rules.
The Intl.PluralRules object is a constructor for objects that plural sensitive formatting and plural language rules.
(prototype this)
Property.
The Intl.PluralRules.prototype property represents the prototype
for the Intl.PluralRules
constructor.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules/prototype
Property. The Intl.PluralRules.prototype property represents the prototype for the `Intl.PluralRules` constructor. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules/prototype`
(resolved-options this)
Method.
The Intl.PluralRules.prototype.resolvedOptions() method returns
new object with properties reflecting the locale and plural formatting
computed during initialization of this js.PluralRules
object.
pluralRule.resolvedOptions()
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules/resolvedOptions
Method. The Intl.PluralRules.prototype.resolvedOptions() method returns new object with properties reflecting the locale and plural formatting computed during initialization of this `js.PluralRules` object. `pluralRule.resolvedOptions()` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules/resolvedOptions`
(select this number)
Method.
The Intl.PluralRules.prototype.select method returns a String which plural rule to use for locale-aware formatting.
pluralCategory = pluralRule.select(number)
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules/select
Method. The Intl.PluralRules.prototype.select method returns a String which plural rule to use for locale-aware formatting. `pluralCategory = pluralRule.select(number)` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules/select`
(set-prototype! this val)
Property.
The Intl.PluralRules.prototype property represents the prototype
for the Intl.PluralRules
constructor.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules/prototype
Property. The Intl.PluralRules.prototype property represents the prototype for the `Intl.PluralRules` constructor. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules/prototype`
(supported-locales-of this & args)
Method.
The Intl.PluralRules.supportedLocalesOf() method returns an array those of the provided locales that are supported in plural formatting having to fall back to the runtime's default locale.
Intl.PluralRules.supportedLocalesOf(locales[, options])
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules/supportedLocalesOf
Method. The Intl.PluralRules.supportedLocalesOf() method returns an array those of the provided locales that are supported in plural formatting having to fall back to the runtime's default locale. `Intl.PluralRules.supportedLocalesOf(locales[, options])` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules/supportedLocalesOf`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close