ytdlnis/app/src/main/res/xml/locales_config.xml
deniscerri 26ea19ab8c
CHANGELOG
- I think i fixed pausing and resuming multiple downloads since it was doing some funky stuff
- added rewind button
- fixed play button appearing in cut section when the video is playing
- fixed add extra command not working in the command template edit screen
- removed "Downloading" word in the preferences screen. Its Downloads now
- Show terminal preference was reversed so now its in correct behaviour
- Fixed share card not showing up
- Added embed metadata preference. Turning it off will remove any embedding metadata and parsing metadata commands
2023-07-29 14:00:14 +02:00

32 lines
No EOL
1.1 KiB
XML

<?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="ar"/>
<locale android:name="az"/>
<locale android:name="bn"/>
<locale android:name="bs"/>
<locale android:name="de"/>
<locale android:name="el"/>
<locale android:name="es"/>
<locale android:name="fa-IR"/>
<locale android:name="fr"/>
<locale android:name="in"/>
<locale android:name="it"/>
<locale android:name="ja"/>
<locale android:name="ko"/>
<locale android:name="lv"/>
<locale android:name="ms"/>
<locale android:name="nb-NO"/>
<locale android:name="pa"/>
<locale android:name="pl"/>
<locale android:name="pt"/>
<locale android:name="pt-BR" />
<locale android:name="ru"/>
<locale android:name="ro-RO"/>
<locale android:name="sq-AL"/>
<locale android:name="tr-TR"/>
<locale android:name="ta-IN"/>
<locale android:name="uk"/>
<locale android:name="vi"/>
<locale android:name="zh-CN"/>
</locale-config>