mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-29 05:07:40 +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:
parent
489c6af1a1
commit
1db4327370
@ -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!
|
|
@ -1,6 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<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="kde_connect">KDE Connect</string>
|
||||||
<string name="foreground_notification_no_devices">Not connected to any device</string>
|
<string name="foreground_notification_no_devices">Not connected to any device</string>
|
||||||
<string name="foreground_notification_devices">Connected to: %s</string>
|
<string name="foreground_notification_devices">Connected to: %s</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user