Merge pull request #75 from ntngrtltr/set_translatable_false

add translatable=false accordingly
This commit is contained in:
Vavassor 2017-04-06 19:25:40 -04:00 committed by GitHub
commit 5470eb7834
1 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Tusky</string>
<string name="app_website">http://tusky.keylesspalace.com</string>
<string name="tusky_api_url">https://tuskynotifier.keylesspalace.com</string>
<string name="app_name" translatable="false">Tusky</string>
<string name="app_website" translatable="false">http://tusky.keylesspalace.com</string>
<string name="tusky_api_url" translatable="false">https://tuskynotifier.keylesspalace.com</string>
<string name="oauth_scheme">oauth2redirect</string>
<string name="oauth_redirect_host">com.keylesspalace.tusky</string>
<string name="preferences_file_key">com.keylesspalace.tusky.PREFERENCES</string>
<string name="oauth_scheme" translatable="false">oauth2redirect</string>
<string name="oauth_redirect_host" translatable="false">com.keylesspalace.tusky</string>
<string name="preferences_file_key" translatable="false">com.keylesspalace.tusky.PREFERENCES</string>
</resources>