Mark some strings as non-translatable

This commit is contained in:
Jakob Nixdorf 2017-08-07 15:41:37 +02:00
parent 5728d60e72
commit 05a00b66a7
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC
2 changed files with 3 additions and 3 deletions

View file

@ -23,8 +23,8 @@
<string name="about_label_github">Github</string>
<string name="about_label_donate">Donate</string>
<string name="about_name_author1">Jakob Nixdorf</string>
<string name="about_name_author2">Bruno Bierbaumer</string>
<string name="about_name_author1" translatable="false">Jakob Nixdorf</string>
<string name="about_name_author2" translatable="false">Bruno Bierbaumer</string>
<!-- Support -->
<string name="about_title_support">Support development</string>

View file

@ -1,5 +1,5 @@
<resources>
<string name="app_name">andOTP</string>
<string name="app_name" translatable="false">andOTP</string>
<!-- Buttons -->
<string name="button_enter_details">Enter details</string>