mirror of
https://github.com/gsantner/dandelion
synced 2025-09-09 18:29:47 +02:00
Localization lint; Translation; Readme
This commit is contained in:
parent
7b1290be69
commit
61bdbaaea9
5 changed files with 25 additions and 20 deletions
|
@ -19,6 +19,10 @@ android {
|
|||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
disable 'MissingTranslation'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -158,5 +158,7 @@ along with this program. If not, see http://www.gnu.org/licenses.<br> <br
|
|||
|
||||
<string name="toggle_desktop_page">Mobil-/Desktopansicht umschalten</string>
|
||||
<string name="all_tags">Alle Tags</string>
|
||||
<string name="pref_desc_clear_cache">WebView Cache leeren</string>
|
||||
<string name="pref_title_clear_cache">Cache leeren</string>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue