From eb930482e9972a21d39f2aea8b813acf58ff5b64 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 22 Oct 2018 00:01:39 +0200 Subject: API documentation for KVision 0.0.19 --- api/pl.treksoft.kvision.i18n/-jed/-init-.html | 14 +++++++ api/pl.treksoft.kvision.i18n/-jed/gettext.html | 14 +++++++ api/pl.treksoft.kvision.i18n/-jed/index.html | 51 +++++++++++++++++++++++++ api/pl.treksoft.kvision.i18n/-jed/ngettext.html | 14 +++++++ api/pl.treksoft.kvision.i18n/-jed/sprintf.html | 14 +++++++ 5 files changed, 107 insertions(+) create mode 100644 api/pl.treksoft.kvision.i18n/-jed/-init-.html create mode 100644 api/pl.treksoft.kvision.i18n/-jed/gettext.html create mode 100644 api/pl.treksoft.kvision.i18n/-jed/index.html create mode 100644 api/pl.treksoft.kvision.i18n/-jed/ngettext.html create mode 100644 api/pl.treksoft.kvision.i18n/-jed/sprintf.html (limited to 'api/pl.treksoft.kvision.i18n/-jed') diff --git a/api/pl.treksoft.kvision.i18n/-jed/-init-.html b/api/pl.treksoft.kvision.i18n/-jed/-init-.html new file mode 100644 index 00000000..07407dfb --- /dev/null +++ b/api/pl.treksoft.kvision.i18n/-jed/-init-.html @@ -0,0 +1,14 @@ + + + +Jed.<init> - kvision + + + +kvision / pl.treksoft.kvision.i18n / Jed / <init>
+
+

<init>

+ +Jed(json: dynamic) + + diff --git a/api/pl.treksoft.kvision.i18n/-jed/gettext.html b/api/pl.treksoft.kvision.i18n/-jed/gettext.html new file mode 100644 index 00000000..27b56338 --- /dev/null +++ b/api/pl.treksoft.kvision.i18n/-jed/gettext.html @@ -0,0 +1,14 @@ + + + +Jed.gettext - kvision + + + +kvision / pl.treksoft.kvision.i18n / Jed / gettext
+
+

gettext

+ +fun gettext(key: String): String + + diff --git a/api/pl.treksoft.kvision.i18n/-jed/index.html b/api/pl.treksoft.kvision.i18n/-jed/index.html new file mode 100644 index 00000000..1dbda76c --- /dev/null +++ b/api/pl.treksoft.kvision.i18n/-jed/index.html @@ -0,0 +1,51 @@ + + + +Jed - kvision + + + +kvision / pl.treksoft.kvision.i18n / Jed
+
+

Jed

+external class Jed +

Constructors

+ + + + + + + +
+

<init>

+
+Jed(json: dynamic)
+

Functions

+ + + + + + + + + + + + + + + +
+

gettext

+
+fun gettext(key: String): String
+

ngettext

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

sprintf

+
+fun sprintf(format: String, value: Int): String
+ + diff --git a/api/pl.treksoft.kvision.i18n/-jed/ngettext.html b/api/pl.treksoft.kvision.i18n/-jed/ngettext.html new file mode 100644 index 00000000..1af03cfa --- /dev/null +++ b/api/pl.treksoft.kvision.i18n/-jed/ngettext.html @@ -0,0 +1,14 @@ + + + +Jed.ngettext - kvision + + + +kvision / pl.treksoft.kvision.i18n / Jed / ngettext
+
+

ngettext

+ +fun ngettext(singularKey: String, pluralKey: String, value: Int): String + + diff --git a/api/pl.treksoft.kvision.i18n/-jed/sprintf.html b/api/pl.treksoft.kvision.i18n/-jed/sprintf.html new file mode 100644 index 00000000..662f686a --- /dev/null +++ b/api/pl.treksoft.kvision.i18n/-jed/sprintf.html @@ -0,0 +1,14 @@ + + + +Jed.sprintf - kvision + + + +kvision / pl.treksoft.kvision.i18n / Jed / sprintf
+
+

sprintf

+ +fun sprintf(format: String, value: Int): String + + -- cgit