Skip to content

Commit 61ce2ee

Browse files
Makes the App name and about screen untranslatable
1 parent 28a6767 commit 61ce2ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<resources>
2-
<string name="app_name">Alkomat 3000</string>
2+
<string name="app_name" translatable="false">Alkomat 3000</string>
33
<string name="press_back_again_to_leave">Nochmal drücken, um zu Verlassen</string>
4-
<string name="about_text">© 2017 Klaus Hackner\n\nAlkomat 3000 for Android\n\nSource: https://github.com/dieechtenilente/alcoholtestapp\n\nEmoji artwork provided by EmojiOne.\nhttp://emojione.com/</string>
4+
<string name="about_text" translatable="false">© 2017 Klaus Hackner\n\nAlkomat 3000 for Android\n\nSource: https://github.com/dieechtenilente/alcoholtestapp\n\nEmoji artwork provided by EmojiOne.\nhttp://emojione.com/</string>
55
<string name="wronginput">Fehler! Bitte überprüfe Deine Eingaben</string>
66
<string name="no_information">k. A.</string>
77
<string name="only_one_user_there">Es ist nur ein Benutzer vorhanden. Dieser wurde jetzt ausgewählt</string>

0 commit comments

Comments
 (0)