to

infix fun String.to(value: Any): Localization.Entry(source)

Create a new localization entry, this binds a key (from a templated string) to the value

Receiver

The key from the templated string

Parameters

value

The value to assign it to

See also

LocalizationTemplate.localize