Skip to content

Turkish language support#262

Merged
ptthanh02 merged 12 commits into
NighterDevelopment:mainfrom
onurrrk:main
Jun 12, 2026
Merged

Turkish language support#262
ptthanh02 merged 12 commits into
NighterDevelopment:mainfrom
onurrrk:main

Conversation

@onurrrk

@onurrrk onurrrk commented Jun 12, 2026

Copy link
Copy Markdown
Contributor
  • Turkish language support added.
  • Turkish characters were written in normal font because they did not support small caps.
  • Incomplete translations may occur, in general, in-game control is provided, 95% Turkish compatibility is guaranteed.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new Turkish (tr_TR) locale pack to SmartSpawner’s resource-based language system, and updates the config comment to document the new option.

Changes:

  • Added core/src/main/resources/language/tr_TR/ with Turkish translations for messages, GUI text, items, formatting, holograms, and integrations.
  • Updated core/src/main/resources/config.yml comment to list tr_TR as an available language.

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 11 comments.

Show a summary per file
File Description
core/src/main/resources/language/tr_TR/messages.yml Adds Turkish player-facing chat/action bar/title messages.
core/src/main/resources/language/tr_TR/items.yml Adds Turkish item display names/lore templates for spawner items.
core/src/main/resources/language/tr_TR/iridium_skyblock.yml Adds Turkish text for IridiumSkyblock integration permission items.
core/src/main/resources/language/tr_TR/hologram.yml Adds Turkish hologram lines and placeholder documentation.
core/src/main/resources/language/tr_TR/gui.yml Adds Turkish GUI titles/buttons/lore, including Bedrock form strings.
core/src/main/resources/language/tr_TR/formatting.yml Adds Turkish mob display names and number formatting suffixes.
core/src/main/resources/language/tr_TR/command_messages.yml Adds Turkish command output/usage/error messages.
core/src/main/resources/language/tr_TR/command_gui.yml Adds Turkish admin command GUI strings (server/world/spawner list/management UI).
core/src/main/resources/config.yml Documents tr_TR in the “available language” comment.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

# ──────────────────────────────────────────────────────
near:
bossbar:
analyzing: "Yakındaki spawnerlar taranıyor... %{percent}"
smart_spawner:
default:
name: '&#5DB5F1{entity} Spawner'
loot_items: ' &#ecf0f1 • {amount}x {item_name} &#3498db(%{chance})'
# Yaratığa özel bölümler, belirtilen anahtar için varsayılanı ezer. Belirtilmeyen anahtarlar varsayılanı kullanır.
PIG:
name: '&#FF77B7{entity} Spawner'
loot_items: ' &#FFF0F7 • {amount}x {item_name} &#FF8FC7(%{chance})'
- ''
BLAZE:
name: '&#FFB300{entity} Spawner'
loot_items: ' &#FFF4CC • {amount}x {item_name} &#FFC107(%{chance})'
item_spawner:
default:
name: '&#5DB5F1{entity} Spawner'
loot_items: ' &#ecf0f1 • {amount}x {item_name} &#3498db(%{chance})'
- ''
AMETHYST_SHARD:
name: '&#B66CFF{entity} Spawner'
loot_items: ' &#F5ECFF • {amount}x {item_name} &#D6A5FF(%{chance})'
Comment thread core/src/main/resources/language/tr_TR/command_gui.yml Outdated
- ''
- '&#5DB5F1 ▸ Satışı onaylamak için tıkla!'

button_sell_confirm_with_XP:
Comment on lines +370 to +374
storage: 'Depoyu Aç'
XP: 'XP Topla'
stacker: 'Stack Yönet'
sell_and_XP: 'Sat + XP Topla'
sell_all: 'Eşyaları Sat'
Comment thread core/src/main/resources/language/tr_TR/gui.yml Outdated
onurrrk and others added 2 commits June 12, 2026 19:40
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 9 out of 9 changed files in this pull request and generated no new comments.

@ptthanh02 ptthanh02 merged commit 82d561b into NighterDevelopment:main Jun 12, 2026
1 check passed
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.

3 participants