move custom strings into separate files

This commit is contained in:
sk
2022-11-30 23:16:14 +01:00
parent 7599406449
commit 6c5bb69ba9
43 changed files with 414 additions and 317 deletions

View File

@@ -14,7 +14,7 @@
<application
android:name=".MastodonApp"
android:allowBackup="true"
android:label="@string/app_name"
android:label="@string/sk_app_name"
android:supportsRtl="true"
android:localeConfig="@xml/locales_config"
android:icon="@mipmap/ic_launcher"