GlobalConfig

data class GlobalConfig(val globalPrefix: String, val globalSuffix: String, val globalParameters: MutableMap<String, String>)

Data class holding the configuration for Klarity regarding globals.

Author

TOTHTOMI

Since

Jul. 25, 2023

Constructors

Link copied to clipboard
constructor(globalPrefix: String, globalSuffix: String, globalParameters: MutableMap<String, String>)

Properties

Link copied to clipboard

the parameters that will be provided to every translation

Link copied to clipboard

the global prefix, that is applied to every translation at runtime

Link copied to clipboard

the global suffix, that is applied to every translation at runtime