added weblate link
This commit is contained in:
parent
673ad23c73
commit
ba10376835
5 changed files with 38 additions and 24 deletions
|
|
@ -331,8 +331,8 @@
|
|||
<option name="values">
|
||||
<map>
|
||||
<entry key="assetSourceType" value="FILE" />
|
||||
<entry key="outputName" value="ic_telegram" />
|
||||
<entry key="sourceFile" value="C:\Users\denis\Desktop\FREKUENCA\icons8-discord.svg" />
|
||||
<entry key="outputName" value="ic_translate" />
|
||||
<entry key="sourceFile" value="C:\Users\denis\Desktop\FREKUENCA\icons8-google-translate.svg" />
|
||||
</map>
|
||||
</option>
|
||||
</PersistentState>
|
||||
|
|
|
|||
4
app/src/main/res/drawable/ic_translate.xml
Normal file
4
app/src/main/res/drawable/ic_translate.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<vector android:height="24dp" android:viewportHeight="50"
|
||||
android:viewportWidth="50" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="?android:colorAccent" android:pathData="M6,3C4.301,3 3,4.301 3,6L3,26C3,27.699 4.301,29 6,29L6.406,29L8,27L6,27C5.398,27 5,26.602 5,26L5,6C5,5.398 5.398,5 6,5L26,5C26.602,5 27,5.398 27,6L27,21L24,21C22.301,21 21,22.301 21,24L21,27L16,27L17.594,29L21,29L21,32.406L23,34.094L23,24C23,23.398 23.398,23 24,23L44,23C44.602,23 45,23.398 45,24L45,44C45,44.602 44.602,45 44,45L24,45C23.398,45 23,44.602 23,44L23,42L21,43.688L21,44C21,45.699 22.301,47 24,47L44,47C45.699,47 47,45.699 47,44L47,24C47,22.301 45.699,21 44,21L29,21L29,6C29,4.301 27.699,3 26,3ZM16,8L16,10L8,10L8,12L19.906,12C19.598,14.227 18.293,16.055 16.656,17.531C14.148,15.332 12.875,13.031 12.875,13.031L11.125,13.969C11.125,13.969 12.434,16.379 15.063,18.781C14.996,18.828 14.941,18.891 14.875,18.938C12.234,20.758 9.594,21.656 9.594,21.656L10.219,23.563C10.219,23.563 13.125,22.598 16.031,20.594C16.238,20.449 16.449,20.281 16.656,20.125C17.797,20.969 19.125,21.742 20.625,22.344L21.375,20.469C20.227,20.012 19.199,19.418 18.281,18.781C20.109,17.051 21.637,14.793 21.938,12L25,12L25,10L18,10L18,8ZM12,25L7,31L10,31L10,35L14,35L14,31L17,31ZM33,26.406L27.813,40.188L30.313,40.188L31.406,37L36.688,37L37.813,40.188L40.313,40.188L35.094,26.406ZM34,29.406L36,35.094L32,35.094ZM19,33L19,36L10,36L14,40L19,40L19,43L25,38Z"/>
|
||||
</vector>
|
||||
|
|
@ -215,4 +215,6 @@
|
|||
<string name="clear_errored">Clear Errored</string>
|
||||
<string name="split_by_chapters">Split By Chapters</string>
|
||||
<string name="items_imported">Items Imported</string>
|
||||
<string name="help_translate">Help Translate</string>
|
||||
<string name="help_translate_summary">Translate this app on your language using Weblate</string>
|
||||
</resources>
|
||||
|
|
@ -49,28 +49,6 @@
|
|||
<intent android:action="ytdlnis.DownloadQueueActivity" />
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
app:icon="@drawable/ic_discord"
|
||||
app:key="discord"
|
||||
app:summary="https://discord.gg/WW3KYWxAPm"
|
||||
app:allowDividerAbove="true"
|
||||
app:title="Discord">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://discord.gg/WW3KYWxAPm" />
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
app:icon="@drawable/ic_telegram"
|
||||
app:key="telegram"
|
||||
app:summary="https://t.me/ytdlnis"
|
||||
app:title="Telegram">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://t.me/ytdlnis" />
|
||||
</Preference>
|
||||
|
||||
|
||||
<Preference
|
||||
app:icon="@drawable/ic_settings"
|
||||
app:key="open_settings"
|
||||
|
|
|
|||
|
|
@ -246,6 +246,36 @@
|
|||
app:key="import_preferences"
|
||||
app:title="@string/import_from_clipboard"/>
|
||||
|
||||
<Preference
|
||||
app:icon="@drawable/ic_discord"
|
||||
app:key="discord"
|
||||
app:summary="https://discord.gg/WW3KYWxAPm"
|
||||
app:title="Discord">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://discord.gg/WW3KYWxAPm" />
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
app:icon="@drawable/ic_telegram"
|
||||
app:key="telegram"
|
||||
app:summary="https://t.me/ytdlnis"
|
||||
app:title="Telegram">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://t.me/ytdlnis" />
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
app:icon="@drawable/ic_translate"
|
||||
app:key="telegram"
|
||||
app:summary="@string/help_translate_summary"
|
||||
app:title="@string/help_translate">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://hosted.weblate.org/projects/ytdlnis/" />
|
||||
</Preference>
|
||||
|
||||
|
||||
<Preference
|
||||
app:icon="@drawable/ic_info"
|
||||
|
|
|
|||
Loading…
Reference in a new issue