Skip to content

Commit

Permalink
Keep app name untranslatable
Browse files Browse the repository at this point in the history
  • Loading branch information
licaon-kter authored Dec 26, 2017
1 parent 3fcfc61 commit 6db4825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>

<string name="app_name">Haven</string>
<string name="app_name" translatable="false">Haven</string>

<string name="menu_stop">Stop</string>
<string name="menu_start">Start</string>
Expand Down Expand Up @@ -151,4 +151,4 @@
<string name="sensor_sound">Microphone</string>
<string name="sensor_power">USB Power</string>
<string name="sensor_unknown">Unknown</string>
</resources>
</resources>

0 comments on commit 6db4825

Please sign in to comment.