Skip to content
This repository was archived by the owner on Oct 18, 2025. It is now read-only.

Commit f791369

Browse files
committed
Add new strings for splash URLs
1 parent 4472776 commit f791369

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/tag-patches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Tag new version
2121
run: |
22-
BASE_VERSION="2.25"
22+
BASE_VERSION="2.26"
2323
2424
PREVIOUS_TAG=$(git tag --list | awk -v s="$BASE_VERSION." 'index($0, s) == 1' | sort -r --version-sort | head -n1)
2525
echo "Previous tag is $PREVIOUS_TAG"

eng.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,13 @@ pocketmine.server.query.running=GS4 Query listener running on {%0}:{%1}
610610
pocketmine.server.start=Starting Minecraft: Bedrock Edition server version {%0}
611611
pocketmine.server.startFinished=Done ({%0}s)! For help, type "help" or "?"
612612
pocketmine.server.tickOverload=Can't keep up! Is the server overloaded?
613+
pocketmine.server.url.bugReporting=Bug reporting: {%bugReportingUrl}
614+
pocketmine.server.url.discord=Chat on Discord: {%discordUrl}
615+
pocketmine.server.url.docs=Documentation: {%docsUrl}
616+
pocketmine.server.url.donations=Donations: {%donationsUrl}
617+
pocketmine.server.url.freePlugins=Free plugins: {%pluginsUrl}
618+
pocketmine.server.url.sourceCode=Source code: {%sourceUrl}
619+
pocketmine.server.url.translations=Translate: {%translationsUrl}
613620
614621
; -------------------- PocketMine-MP setup-wizard strings --------------------
615622

0 commit comments

Comments
 (0)