kvision / pl.treksoft.kvision.i18n / Jed

Jed

(js) class Jed

Constructors

(js)

<init>

Jed(json: dynamic)

Functions

(js)

gettext

fun gettext(key: String): String
(js)

ngettext

fun ngettext(singularKey: String, pluralKey: String, value: Int): String
(js)

sprintf

fun sprintf(format: String, value: Int): String