Serbian language passed the 40% threshold

Thanks to nexi on Weblate
This commit is contained in:
ByteHamster 2025-07-17 18:44:09 +02:00
parent 5e13c1a29d
commit 0c828b8650
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@
<locale android:name="sc"/>
<locale android:name="sk"/>
<locale android:name="sl"/>
<locale android:name="sr"/>
<locale android:name="sv"/>
<locale android:name="tr"/>
<locale android:name="uk"/>

View File

@ -10,7 +10,7 @@ android {
testApplicationId "de.danoeh.antennapod.core.tests"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations += ["en", "ar", "br", "ca", "cs", "da", "de", "el", "es", "et", "eu", "fa", "fi", "fr", "gl", "hi", "hu", "in", "it", "iw", "ja", "ko", "lt", "nb", "nl", "pl", "pt", "pt-rBR", "ro", "ru", "sc", "sk", "sl", "sv", "tr", "uk", "zh-rCN", "zh-rTW"]
resourceConfigurations += ["en", "ar", "br", "ca", "cs", "da", "de", "el", "es", "et", "eu", "fa", "fi", "fr", "gl", "hi", "hu", "in", "it", "iw", "ja", "ko", "lt", "nb", "nl", "pl", "pt", "pt-rBR", "ro", "ru", "sc", "sk", "sl", "sr", "sv", "tr", "uk", "zh-rCN", "zh-rTW"]
}
buildTypes {