🌍 Make "app_name" untranslatable
Made app's name untranslatable as it's translation may differ in different languages, losing it's point.
This commit is contained in:
parent
d1a996c329
commit
4eba047441
2 changed files with 1 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="InconsistentArrays">
|
||||
<!-- Basic Strings -->
|
||||
<string name="app_version" translatable="false">1.1.1</string>
|
||||
<string name="app_name">Book\'s Story</string>
|
||||
<string name="app_name" translatable="false">Book\'s Story</string>
|
||||
|
||||
<!-- Book sources -->
|
||||
<string-array name="book_sites">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue