🌍 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,4 @@
|
||||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||||
<!-- Basic Strings -->
|
|
||||||
<string name="app_name">Історія Книги</string>
|
|
||||||
|
|
||||||
<!-- Book sources -->
|
<!-- Book sources -->
|
||||||
<string-array name="book_sites" tools:ignore="InconsistentArrays">
|
<string-array name="book_sites" tools:ignore="InconsistentArrays">
|
||||||
<item>Архів Анни|https://uk.annas-archive.org</item>
|
<item>Архів Анни|https://uk.annas-archive.org</item>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="InconsistentArrays">
|
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="InconsistentArrays">
|
||||||
<!-- Basic Strings -->
|
<!-- Basic Strings -->
|
||||||
<string name="app_version" translatable="false">1.1.1</string>
|
<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 -->
|
<!-- Book sources -->
|
||||||
<string-array name="book_sites">
|
<string-array name="book_sites">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue