exists

fun exists(key: String): Boolean

Checks if a translation key exists.

Return

true if the key exists, false otherwise.

Parameters

key

The translation key to verify.