Skip to content

Add Russian locale (MiniMessage format)#11

Merged
tastybento merged 2 commits into
developfrom
copilot/update-russian-language
Apr 5, 2026
Merged

Add Russian locale (MiniMessage format)#11
tastybento merged 2 commits into
developfrom
copilot/update-russian-language

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 5, 2026

TopBlock had no Russian translation. This adds ru.yml using the MiniMessage formatting system (<green>…</green>) rather than the legacy &-code format used in en-US.yml.

Changes

  • New file src/main/resources/locales/ru.yml — full Russian translation covering all UI strings: island description, GUI titles, button labels, pagination controls, and tooltip tips
  • Bug fix over user-submitted file — three GUI title strings used <black> as a closing tag; corrected to </black> per MiniMessage spec

Format comparison

# en-US.yml (legacy)
top: "&0&l Top Islands"

# ru.yml (MiniMessage)
top: '<black><bold>Топ островов</bold></black>'

Copilot AI linked an issue Apr 5, 2026 that may be closed by this pull request
2 tasks
Agent-Logs-Url: https://github.com/BentoBoxWorld/TopBlock/sessions/8bbe2987-7542-416b-8201-ecded7380737

Co-authored-by: tastybento <4407265+tastybento@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Russian language for MiniMessage system Add Russian locale (MiniMessage format) Apr 5, 2026
Copilot AI requested a review from tastybento April 5, 2026 11:41
@tastybento tastybento marked this pull request as ready for review April 5, 2026 11:59
@tastybento tastybento merged commit 71ac51e into develop Apr 5, 2026
@tastybento tastybento deleted the copilot/update-russian-language branch April 5, 2026 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Russian Language Update

2 participants