Skip to content

Commit

Permalink
Add Android 13 app language support #154 #160
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Nov 29, 2022
1 parent c60b4b0 commit 89527e1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:localeConfig="@xml/locales_config"
android:supportsRtl="true"
android:theme="@style/Theme.ErgoWallet"
android:usesCleartextTraffic="true">
Expand Down
11 changes: 11 additions & 0 deletions android/src/main/res/xml/locales_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
<locale android:name="en"/>
<locale android:name="es"/>
<locale android:name="it"/>
<locale android:name="pt"/>
<locale android:name="pt-PT"/>
<locale android:name="ru"/>
<locale android:name="tr"/>
<locale android:name="zh"/>
</locale-config>

0 comments on commit 89527e1

Please sign in to comment.