Translations improvements :

- remove duplicated string (name) and avoid potential duplicate (autoplay_never_description -> Never, autoplay_always_description -> Always because they are just "Always" or "Never"). Fixes #4268
- leakCanary string removed (fixes #4233)
This commit is contained in:
bopol 2020-09-19 18:01:51 +02:00
parent 0d345658f6
commit fce180d9b2
59 changed files with 64 additions and 116 deletions

View file

@ -79,9 +79,9 @@
<item>@string/autoplay_never_key</item>
</string-array>
<string-array name="autoplay_type_description" translatable="false">
<item>@string/autoplay_always_description</item>
<item>@string/autoplay_wifi_description</item>
<item>@string/autoplay_never_description</item>
<item>@string/always</item>
<item>@string/wifi_only</item>
<item>@string/never</item>
</string-array>
<string name="default_resolution_key" translatable="false">default_resolution</string>