From 311a1a5fdea0ef92089d0079f6f961c376145527 Mon Sep 17 00:00:00 2001 From: Milan Date: Fri, 15 Nov 2024 10:01:43 +0100 Subject: [PATCH] System language picker support (#1682) * System language picker support * Documentation update * Changelogs update --------- Co-authored-by: Honza --- CHANGELOG.md | 4 ++-- app/src/main/AndroidManifest.xml | 1 + app/src/main/res/xml/locales_config.xml | 5 +++++ docs/whatsNew/WHATS_NEW_EN.md | 2 +- docs/whatsNew/WHATS_NEW_ES.md | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 app/src/main/res/xml/locales_config.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index eaab25ba..4c8c6eb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,10 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2 ### Added - Address book encryption - The device authentication feature on the Zashi app launch has been added -- Zashi app now supports Spanish language +- Zashi app now supports Spanish language. It can be changed in the System settings options. - The Flexa SDK has been adopted to enable payments using the embedded Flexa UI - New Sending, Success, Failure, and GrpcFailure subscreens of the Send Confirmation screen have been added -- New Copy Transaction IDs feature has been added to the MultipleTransactionFailure screen +- New Copy Transaction IDs feature has been added to the MultipleTransactionFailure screen ### Changed - Shielded transactions are properly indicated in transaction history diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 029a0ac4..f504166d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -7,6 +7,7 @@ android:allowBackup="false" android:icon="@mipmap/ic_launcher_square" android:roundIcon="@mipmap/ic_launcher_round" + android:localeConfig="@xml/locales_config" android:label="@string/app_name">