Liking cljdoc? Tell your friends :D

js.PluralRules

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.
raw docstring

prototypecljs

(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`
sourceraw docstring

resolved-optionscljs

(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`
sourceraw docstring

selectcljs

(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`
sourceraw docstring

set-prototype!cljs

(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`
sourceraw docstring

supported-locales-ofcljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close