NuvioStreaming/composeApp/src/androidMain/res/xml/locale_config.xml
Luqman Fadlli c5faff3797 add Indonesian language support
Added Indonesian (Bahasa Indonesia) translation to the project.

Files updated:
- Translated strings added to the `values-id` directory.
- Hooked up the new language option in `AppLanguage.kt`.
- Registered the `id` locale in Android's `locale_config.xml`.
2026-05-12 15:12:49 +07:00

14 lines
474 B
XML

<?xml version="1.0" encoding="utf-8"?>
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
<locale android:name="cs"/>
<locale android:name="en"/>
<locale android:name="fr"/>
<locale android:name="de"/>
<locale android:name="el"/>
<locale android:name="id"/>
<locale android:name="it"/>
<locale android:name="pl"/>
<locale android:name="pt"/>
<locale android:name="es"/>
<locale android:name="tr"/>
</locale-config>