Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Itinerary
Commits
3a71e834
Commit
3a71e834
authored
Nov 13, 2021
by
Volker Krause
Browse files
Move all labels from the Android manifest to the string table
This will allow those to be translated as well.
parent
ed1a238a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/app/android/AndroidManifest.xml
View file @
3a71e834
...
...
@@ -17,10 +17,10 @@
<!-- %%INSERT_PERMISSIONS -->
<!-- %%INSERT_FEATURES -->
<application
android:name=
"org.qtproject.qt5.android.bindings.QtApplication"
android:label=
"
KDE Itinerary
"
android:icon=
"@mipmap/ic_launcher"
>
<application
android:name=
"org.qtproject.qt5.android.bindings.QtApplication"
android:label=
"
@string/application_name_full
"
android:icon=
"@mipmap/ic_launcher"
>
<activity
android:configChanges=
"orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation"
android:name=
"org.kde.itinerary.Activity"
android:label=
"
Itinerary
"
android:label=
"
@string/application_name_short
"
android:windowSoftInputMode=
"adjustResize"
android:launchMode=
"singleTop"
>
...
...
src/app/android/res/values/strings.xml
View file @
3a71e834
...
...
@@ -4,6 +4,9 @@
SPDX-License-Identifier: CC0-1.0
-->
<resources>
<string
name=
"application_name_full"
>
KDE Itinerary
</string>
<string
name=
"application_name_short"
>
Itinerary
</string>
<string
name=
"shortcut_label_current_ticket_short"
>
Current Ticket
</string>
<string
name=
"shortcut_label_health_certs_short"
>
Health Certficates
</string>
</resources>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment