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">