From f232fda7c196b1729220f7eb86274f5596f2f665 Mon Sep 17 00:00:00 2001 From: Marcel Hibbe Date: Mon, 15 Jan 2024 11:21:54 +0100 Subject: [PATCH] set string "Build flavor" to translatable=false otherwise translators won't understand what this is. As translations were already made a new key was introduced to avoid "Translated Untranslatable" warnings Signed-off-by: Marcel Hibbe --- .../main/java/com/nextcloud/talk/diagnose/DiagnoseActivity.kt | 2 +- app/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/com/nextcloud/talk/diagnose/DiagnoseActivity.kt b/app/src/main/java/com/nextcloud/talk/diagnose/DiagnoseActivity.kt index 336be6ac1..a1795af49 100644 --- a/app/src/main/java/com/nextcloud/talk/diagnose/DiagnoseActivity.kt +++ b/app/src/main/java/com/nextcloud/talk/diagnose/DiagnoseActivity.kt @@ -251,7 +251,7 @@ class DiagnoseActivity : BaseActivity() { addKey(context.resources.getString(R.string.nc_diagnose_app_version_title)) addValue(String.format("v" + BuildConfig.VERSION_NAME)) - addKey(context.resources.getString(R.string.nc_diagnose_build_flavor)) + addKey(context.resources.getString(R.string.nc_diagnose_flavor)) addValue(BuildConfig.FLAVOR) if (isGooglePlayServicesAvailable) { diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index e8d721c44..82dadc24d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -211,7 +211,6 @@ How to translate with transifex: App version Registered users Google Play services - Build flavor Google Play services are available Google Play services are not available. Notifications are not supported Battery settings @@ -240,6 +239,7 @@ How to translate with transifex: External Send email Create issue + Build flavor Leave conversation