Make hardcoded string translatable

This commit is contained in:
Thore Goebel 2024-04-14 15:51:44 +02:00
parent 688dcec7f4
commit 93aaa441be
2 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,7 @@ fun RepoPreviewScreen(paddingValues: PaddingValues, state: Fetching, onAddRepo:
horizontalArrangement = spacedBy(8.dp)
) {
Text(
text = "Included apps:",
text = stringResource(R.string.repo_preview_included_apps),
style = MaterialTheme.typography.body1,
)
Text(

View File

@ -212,6 +212,7 @@ This often occurs with apps installed via Google Play or other sources, if they
<string name="repo_enter_url">Enter repository URL manually</string>
<string name="repo_add_url">Repository address</string>
<string name="repo_add_fingerprint">Fingerprint (optional)</string>
<string name="repo_preview_included_apps">Included apps:</string>
<string name="repo_exists">This repo was already added.</string>
<string name="repo_exists_add_fingerprint">%1$s is already setup, this will add new key information.</string>
<string name="repo_exists_enable">%1$s is already setup, confirm that you want to re-enable it.</string>