2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-28 20:57:42 +00:00

Fix build

Move translator comments to a comment in strings.xml

Android doesn't build if there is a non-.xml file in the res/values/ folder
This commit is contained in:
Simon Redman 2019-07-19 15:59:14 +02:00
parent 489c6af1a1
commit 1db4327370
2 changed files with 5 additions and 7 deletions

View File

@ -1,7 +0,0 @@
These are all the strings in KDE Connect which are localized if the app is run in a language other than English. You can find their translations in the directory a level above this one in the directory belonging to the language.
# Dear potential translators:
Thank you for your interest in KDE Connect! We do not actually handle our own translations.
All translations for all KDE apps are handled by the [localization team](https://l10n.kde.org).
We really appreciate your translations, but make sure to submit them by working with the proper team!

View File

@ -1,6 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- # Dear potential translators:
Thank you for your interest in KDE Connect! We do not actually handle our own translations.
All translations for all KDE apps are handled by the [localization team](https://l10n.kde.org).
We really appreciate your translations, but make sure to submit them by working with the proper team!
-->
<string name="kde_connect">KDE Connect</string>
<string name="foreground_notification_no_devices">Not connected to any device</string>
<string name="foreground_notification_devices">Connected to: %s</string>