group

fun group(key: String, innerScope: TranslationConfiguration.() -> Unit)

Creates a nested group of translations.

This function allows you to create hierarchical translation keys by grouping related translations.

Parameters

key

The key for the group.

innerScope

A lambda with receiver TranslationConfiguration to define the nested translations.