fix: sort playlist catalog view (#368)

fix: sorts playlist catalog view
This commit is contained in:
eddyizm 2026-01-18 08:54:25 -08:00 committed by GitHub
parent c0c84269ef
commit 75513d3bd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -11,6 +11,6 @@
<locale android:name="es-ES"/> <!-- Spanish (Spain) -->
<locale android:name="pl-PL"/> <!-- Polish -->
<locale android:name="tr-TR"/> <!-- Turkish -->
<locale android:name="ca-ES"/> <!-- Catalan -->
<locale android:name="ro-RO"/> <!-- Romanian -->
<locale android:name="ca"/> <!-- Catalan -->
<locale android:name="ro"/> <!-- Romanian -->
</locale-config>