Skip to content

Commit

Permalink
UPDATE: Add localized app name for module "sideplay".
Browse files Browse the repository at this point in the history
  • Loading branch information
oasisfeng committed Aug 18, 2023
1 parent fa8a854 commit 0500e5e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sideplay/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<uses-permission android:name="android.permission.INTERACT_ACROSS_PROFILES" tools:ignore="ProtectedPermissions" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />

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

</manifest>
4 changes: 4 additions & 0 deletions sideplay/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="addon_title">炼妖壶 [扩展包]</string>
</resources>
3 changes: 3 additions & 0 deletions sideplay/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<resources>
<string name="addon_title">Island [Extension Pack]</string>
</resources>

0 comments on commit 0500e5e

Please sign in to comment.