MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.core.localization

Package-level declarations

Types

Name Summary
L10n [jvm]
object L10n
Global entry point for the app localization.

Functions

Name Summary
localized [jvm]
fun String.localized(): String
Convenience extension that can be invoked on a key to get a translation.
[jvm]
fun String.localized(vararg args: Any): String
Convenience extension that can be invoked on a key to get a translation with format arguments.