blob: 265dfc9965a90656e1ee38737f08a5e288c6bb86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>pl.treksoft.kvision.i18n - kvision</title>
<link rel="stylesheet" href="../../style.css">
</HEAD>
<BODY>
<a href="../index.html">kvision</a> / <a href="./index.html">pl.treksoft.kvision.i18n</a><br/>
<br/>
<h2>Package pl.treksoft.kvision.i18n</h2>
<p>Internationalization classes.</p>
<h3>Types</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="-default-i18n-manager/index.html">DefaultI18nManager</a></p>
</td>
<td>
<code><span class="keyword">class </span><span class="identifier">DefaultI18nManager</span> <span class="symbol">:</span> <a href="-i18n-manager/index.html"><span class="identifier">I18nManager</span></a></code></td>
</tr>
<tr>
<td>
<p><a href="-i18n/index.html">I18n</a></p>
</td>
<td>
<code><span class="keyword">object </span><span class="identifier">I18n</span> <span class="symbol">:</span> <a href="-i18n-manager/index.html"><span class="identifier">I18nManager</span></a></code>
<p>A singleton object used for translations.</p>
</td>
</tr>
<tr>
<td>
<p><a href="-i18n-manager/index.html">I18nManager</a></p>
</td>
<td>
<code><span class="keyword">interface </span><span class="identifier">I18nManager</span></code></td>
</tr>
<tr>
<td>
<p><a href="-jed/index.html">Jed</a></p>
</td>
<td>
<code><span class="keyword">external</span> <span class="keyword">class </span><span class="identifier">Jed</span></code></td>
</tr>
<tr>
<td>
<p><a href="-simple-i18n-manager/index.html">SimpleI18nManager</a></p>
</td>
<td>
<code><span class="keyword">class </span><span class="identifier">SimpleI18nManager</span> <span class="symbol">:</span> <a href="-i18n-manager/index.html"><span class="identifier">I18nManager</span></a></code></td>
</tr>
</tbody>
</table>
<h3>Functions</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="gettext.html">gettext</a></p>
</td>
<td>
<code><span class="keyword">fun </span><span class="identifier">gettext</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.i18n$gettext(kotlin.String)/key">key</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code>
<p>A top level helper function for translations.</p>
</td>
</tr>
<tr>
<td>
<p><a href="tr.html">tr</a></p>
</td>
<td>
<code><span class="keyword">fun </span><span class="identifier">tr</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.i18n$tr(kotlin.String)/key">key</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code>
<p>A top level helper function for translations.</p>
</td>
</tr>
</tbody>
</table>
</BODY>
</HTML>
|