From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- api1/pl.treksoft.kvision.i18n/index.html | 78 ++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 api1/pl.treksoft.kvision.i18n/index.html (limited to 'api1/pl.treksoft.kvision.i18n/index.html') diff --git a/api1/pl.treksoft.kvision.i18n/index.html b/api1/pl.treksoft.kvision.i18n/index.html new file mode 100644 index 00000000..265dfc99 --- /dev/null +++ b/api1/pl.treksoft.kvision.i18n/index.html @@ -0,0 +1,78 @@ + + + +pl.treksoft.kvision.i18n - kvision + + + +kvision / pl.treksoft.kvision.i18n
+
+

Package pl.treksoft.kvision.i18n

+

Internationalization classes.

+

Types

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

DefaultI18nManager

+
+class DefaultI18nManager : I18nManager
+

I18n

+
+object I18n : I18nManager +

A singleton object used for translations.

+
+

I18nManager

+
+interface I18nManager
+

Jed

+
+external class Jed
+

SimpleI18nManager

+
+class SimpleI18nManager : I18nManager
+

Functions

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

gettext

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

A top level helper function for translations.

+
+

tr

+
+fun tr(key: String): String +

A top level helper function for translations.

+
+ + -- cgit