PseudoLocale

class PseudoLocale(options: PseudoOptions = PseudoOptions())(source)

Pseudolocalizer transforms text for testing i18n.

Constructors

Link copied to clipboard
constructor(options: PseudoOptions = PseudoOptions())

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun transform(input: String): String

Transform a string according to the configured mode.