Package-level declarations

Types

Link copied to clipboard
interface BundleLine

Represents a single I18NBundle. Expects that its toString method returns a valid bundle line ID. Advised to be implemented by an enum to introduce type-safe bundle representation with compile time safety.

Functions

Link copied to clipboard
operator fun I18NBundle.get(line: BundleLine): String
operator fun I18NBundle.get(key: String, vararg args: Any?): String
operator fun I18NBundle.get(line: BundleLine, vararg args: Any?): String