Merge pull request #3579 from nextcloud/setBuildFlavorTranslatableFalse

set string nc_diagnose_build_flavor to translatable=false
This commit is contained in:
Marcel Hibbe 2024-01-15 15:15:13 +01:00 committed by GitHub
commit e559d159e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ class DiagnoseActivity : BaseActivity() {
addKey(context.resources.getString(R.string.nc_diagnose_app_version_title)) addKey(context.resources.getString(R.string.nc_diagnose_app_version_title))
addValue(String.format("v" + BuildConfig.VERSION_NAME)) 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) addValue(BuildConfig.FLAVOR)
if (isGooglePlayServicesAvailable) { if (isGooglePlayServicesAvailable) {

View File

@ -211,7 +211,6 @@ How to translate with transifex:
<string name="nc_diagnose_app_version_title">App version</string> <string name="nc_diagnose_app_version_title">App version</string>
<string name="nc_diagnose_app_users_amount">Registered users</string> <string name="nc_diagnose_app_users_amount">Registered users</string>
<string name="nc_diagnose_gplay_available_title">Google Play services</string> <string name="nc_diagnose_gplay_available_title">Google Play services</string>
<string name="nc_diagnose_build_flavor">Build flavor</string>
<string name="nc_diagnose_gplay_available_yes">Google Play services are available</string> <string name="nc_diagnose_gplay_available_yes">Google Play services are available</string>
<string name="nc_diagnose_gplay_available_no">Google Play services are not available. Notifications are not supported</string> <string name="nc_diagnose_gplay_available_no">Google Play services are not available. Notifications are not supported</string>
<string name="nc_diagnose_battery_optimization_title">Battery settings</string> <string name="nc_diagnose_battery_optimization_title">Battery settings</string>
@ -240,6 +239,7 @@ How to translate with transifex:
<string name="nc_diagnose_signaling_mode_extern">External</string> <string name="nc_diagnose_signaling_mode_extern">External</string>
<string name="send_email">Send email</string> <string name="send_email">Send email</string>
<string name="create_issue">Create issue</string> <string name="create_issue">Create issue</string>
<string name="nc_diagnose_flavor" translatable="false">Build flavor</string>
<!-- Conversation menu --> <!-- Conversation menu -->
<string name="nc_leave">Leave conversation</string> <string name="nc_leave">Leave conversation</string>