Bug 409511 - Untranslatable label "KDE Connect Remote Keyboard"
Summary: Untranslatable label "KDE Connect Remote Keyboard"
Status: RESOLVED FIXED
Alias: None
Product: kdeconnect
Classification: Applications
Component: android-application (other bugs)
Version First Reported In: unspecified
Platform: Android Linux
: NOR normal
Target Milestone: ---
Assignee: Albert Vaca Cintora
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-04 22:26 UTC by Alexander Potashev
Modified: 2019-07-05 19:55 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Potashev 2019-07-04 22:26:25 UTC
SUMMARY
Hardcoded in AndroidManifest.xml, thus is untranslatable:

        <service
            android:name="org.kde.kdeconnect.Plugins.RemoteKeyboardPlugin.RemoteKeyboardService"
            android:label="KDE Connect Remote Keyboard"
            android:permission="android.permission.BIND_INPUT_METHOD">


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Albert Vaca Cintora 2019-07-05 19:54:28 UTC
Good catch! Fixing...
Comment 2 Albert Vaca Cintora 2019-07-05 19:55:07 UTC
Git commit f2c0f022264054c9013d48164a1fb53f0d597a61 by Albert Vaca Cintora.
Committed on 05/07/2019 at 19:55.
Pushed by albertvaka into branch 'master'.

Make service name translatable

M  +1    -1    AndroidManifest.xml
M  +1    -0    res/values/strings.xml

https://invent.kde.org/kde/kdeconnect-android/commit/f2c0f022264054c9013d48164a1fb53f0d597a61