Package-level declarations

Internationalization classes.

Types

Link copied to clipboard
class DefaultI18nManager(translations: Map<String, dynamic>) : I18nManager
Link copied to clipboard
external interface Gettext
Link copied to clipboard
object I18n : I18nManager

A singleton object used for translations.

Link copied to clipboard
interface I18nManager
Link copied to clipboard

Functions

Link copied to clipboard
fun gettext(key: String, vararg args: Any?): String

A top level helper function for translations.

Link copied to clipboard
fun tr(key: String): String

A top level helper function for translations.