mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
Move pref values into newly created keys.xml
Hopefully translatewiki won't try to translate these
This commit is contained in:
parent
a8c950dee9
commit
358c5862b6
2 changed files with 8 additions and 5 deletions
8
app/src/main/res/values/keys.xml
Normal file
8
app/src/main/res/values/keys.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="license_pref_cc0" translatable="false">CC0</string>
|
||||
<string name="license_pref_cc_by_3_0" translatable="false">CC BY 3.0</string>
|
||||
<string name="license_pref_cc_by_sa_3_0" translatable="false">CC BY-SA 3.0</string>
|
||||
<string name="license_pref_cc_by_4_0" translatable="false">CC BY 4.0</string>
|
||||
<string name="license_pref_cc_by_sa_4_0" translatable="false">CC BY-SA 4.0</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue