Move pref values into newly created keys.xml

Hopefully translatewiki won't try to translate these
This commit is contained in:
Adam Jones 2017-05-14 15:53:19 +01:00
parent a8c950dee9
commit 358c5862b6
2 changed files with 8 additions and 5 deletions

View 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>