1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-29 02:36:43 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>