Make the app name non-translatable

This commit is contained in:
Grishka 2022-05-17 18:47:11 +03:00
parent 37cefcaf6d
commit 080a320e12
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Mastodon</string>
<string name="app_name" translatable="false">Mastodon</string>
<string name="get_started">Get started</string>
<string name="log_in">Log in</string>