Browse Source

hotfix with appname translation

pull/1/head
Nareshkumar Rao 4 years ago
parent
commit
4cc6bb0525
  1. BIN
      app/release/app-release.apk
  2. 2
      app/src/main/res/values-en/strings.xml
  3. 2
      app/src/main/res/values/strings.xml

BIN
app/release/app-release.apk

Binary file not shown.

2
app/src/main/res/values-en/strings.xml

@ -6,8 +6,6 @@
as contained within the terms of the GPLv3 license. More information about the license and the as contained within the terms of the GPLv3 license. More information about the license and the
source code of this project can be found on its GitHub repository. source code of this project can be found on its GitHub repository.
</string> </string>
<string name="app_name" translatable="false">" "</string>
<string name="preference_file_key" translatable="false">" "</string>
<string name="about_title">About</string> <string name="about_title">About</string>
<string name="send_beer">Send me €5 for beer on PayPal</string> <string name="send_beer">Send me €5 for beer on PayPal</string>
<string name="notifications_title">Notifications</string> <string name="notifications_title">Notifications</string>

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

@ -29,5 +29,5 @@
<string name="channel_id" translatable="false">com.nareshkumarrao.eiweblog.update</string> <string name="channel_id" translatable="false">com.nareshkumarrao.eiweblog.update</string>
<string name="notifications_title">Benachrichtigung</string> <string name="notifications_title">Benachrichtigung</string>
<string name="enable_notifications">Notify me when new updates are posted to the weblog</string> <string name="enable_notifications">Notify me when new updates are posted to the weblog</string>
<string name="enable_notifications_key">com.nareshkumarrao.notifications.key</string>
<string name="enable_notifications_key" translatable="false">com.nareshkumarrao.notifications.key</string>
</resources> </resources>
Loading…
Cancel
Save