mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
Create untranslatable strings for pref constants
This commit is contained in:
parent
2b91abed22
commit
87fe6cf585
3 changed files with 11 additions and 6 deletions
|
|
@ -8,10 +8,10 @@
|
|||
<item>@string/license_name_cc_by_sa_four</item>
|
||||
</array>
|
||||
<array name="pref_defaultLicense_values">
|
||||
<item>CC0</item>
|
||||
<item>CC BY 3.0</item>
|
||||
<item>CC BY 4.0</item>
|
||||
<item>CC BY-SA 3.0</item>
|
||||
<item>CC BY-SA 4.0</item>
|
||||
<item>@string/license_pref_cc0</item>
|
||||
<item>@string/license_pref_cc_by_3_0</item>
|
||||
<item>@string/license_pref_cc_by_4_0</item>
|
||||
<item>@string/license_pref_cc_by_sa_3_0</item>
|
||||
<item>@string/license_pref_cc_by_sa_4_0</item>
|
||||
</array>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue