mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-26 23:50:16 +00:00
Make gp_translation_version non translatable
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
tools:ignore="MissingTranslation">
|
tools:ignore="MissingTranslation">
|
||||||
<!-- Translation version, reference for translators -->
|
<!-- Translation version, reference for translators -->
|
||||||
<string name="gp_translation_version">3</string>
|
<string name="gp_translation_version" translatable="false">3</string>
|
||||||
|
|
||||||
<!-- Translations must begin here -->
|
<!-- Translations must begin here -->
|
||||||
<string name="gp_short_description">Nextcloud SMS synchronize your local SMS on your Nextcloud instance</string>
|
<string name="gp_short_description">Nextcloud SMS synchronize your local SMS on your Nextcloud instance</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user