Add hungarian translation :)

This commit is contained in:
Matthieu 2022-06-26 17:52:23 +02:00
parent 0f589e78a5
commit bdf404b791
4 changed files with 5 additions and 1 deletions

View File

@ -28,7 +28,7 @@ android {
applicationId "org.pixeldroid.app"
minSdkVersion 23
targetSdkVersion 32
versionCode 14
versionCode 15
versionName "1.0.beta" + versionCode
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@ -26,6 +26,7 @@
<item>Suomi</item>
<item>Français</item>
<item>Gaeilge</item>
<item>Magyar</item>
<item>bahasa Indonesia</item>
<item>Italiano</item>
<item>日本語</item>
@ -53,6 +54,7 @@
<item>fi</item>
<item>fr</item>
<item>gl</item>
<item>hu</item>
<item>id</item>
<item>it</item>
<item>ja</item>

View File

@ -0,0 +1 @@
Hotfix for crashes in edit activity that only happened in release mode

View File

@ -0,0 +1 @@
Add Hungarian (Magyar) translation to the app. Thanks to Balázs :)