Translations
Learn here how to do translations in AppKickstarter.
Last updated
Learn here how to do translations in AppKickstarter.
Last updated
<resources>
<string name="login">Login</string>
<string name="signup">Create an account</string>
</resources><resources>
<string name="login">Se connecter</string>
<string name="signup">Creer un compte</string>
</resources>Button(onClick = { login() } {
Text(SharedRes.strings.login)
}