Skip to content

Commit 0500e5e

Browse files
committed
UPDATE: Add localized app name for module "sideplay".
1 parent fa8a854 commit 0500e5e

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

sideplay/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<uses-permission android:name="android.permission.INTERACT_ACROSS_PROFILES" tools:ignore="ProtectedPermissions" />
66
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
77

8-
<application android:label="Island [Extension Pack]" android:hasCode="false" android:allowBackup="false" tools:ignore="MissingApplicationIcon" />
8+
<application android:label="@string/addon_title" android:hasCode="false" android:allowBackup="false" tools:ignore="MissingApplicationIcon" />
99

1010
</manifest>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<string name="addon_title">炼妖壶 [扩展包]</string>
4+
</resources>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<resources>
2+
<string name="addon_title">Island [Extension Pack]</string>
3+
</resources>

0 commit comments

Comments
 (0)