TranslationConfiguration

Represents the configuration for translations within a namespace or group.

This class allows you to define individual translation key-value pairs and to group translations hierarchically using nested scopes.

Functions

Link copied to clipboard
fun group(key: String, innerScope: TranslationConfiguration.() -> Unit)

Creates a nested group of translations.

Link copied to clipboard
infix fun String.means(translationString: String)

Adds a translation key-value pair to the current scope.