ns

fun ns(namespaceName: String, namespaceBuilder: TranslationConfiguration.() -> Unit)

Adds a namespace and its translations to the language configuration.

Parameters

namespaceName

The name of the namespace (e.g., "translation", "common").

namespaceBuilder

A lambda with receiver TranslationConfiguration to build the translations.