1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-11 16:32:53 +00:00

Make gp_translation_version non translatable

This commit is contained in:
Loïc Blot
2019-04-17 09:51:42 +02:00
committed by GitHub
parent 4f265773b8
commit d92ed7d4b1
@@ -29,7 +29,7 @@
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingTranslation">
<!-- 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 -->
<string name="gp_short_description">Nextcloud SMS synchronize your local SMS on your Nextcloud instance</string>