Feat: Localization
This commit is contained in:
parent
096e657558
commit
398f53a510
4 changed files with 52 additions and 3 deletions
|
@ -14,8 +14,8 @@ android {
|
|||
applicationId = "dev.beefers.vendetta.manager"
|
||||
minSdk = 24
|
||||
targetSdk = 33
|
||||
versionCode = 1061
|
||||
versionName = "1.0.61"
|
||||
versionCode = 1070
|
||||
versionName = "1.0.7"
|
||||
|
||||
buildConfigField("String", "GIT_BRANCH", "\"${getCurrentBranch()}\"")
|
||||
buildConfigField("String", "GIT_COMMIT", "\"${getLatestCommit()}\"")
|
||||
|
|
|
@ -221,7 +221,7 @@ class AboutScreen : Screen {
|
|||
ElevatedCard {
|
||||
ListItem(
|
||||
text = stringResource(R.string.label_translate),
|
||||
subtext = stringResource(R.string.msg_coming_soon)
|
||||
onClick = { uriHandler.openUri("https://crowdin.com/project/vendetta-manager") }
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue