Turkish language support#262
Merged
Merged
Conversation
onurrrk
commented
Jun 12, 2026
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.
Added missing comment line
Contributor
There was a problem hiding this comment.
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.ymlcomment to listtr_TRas 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: 'DB5F1{entity} Spawner' | ||
| loot_items: ' &#ecf0f1 • {amount}x {item_name} ඪdb(%{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: 'DB5F1{entity} Spawner' | ||
| loot_items: ' &#ecf0f1 • {amount}x {item_name} ඪdb(%{chance})' |
| - '' | ||
| AMETHYST_SHARD: | ||
| name: '&#B66CFF{entity} Spawner' | ||
| loot_items: ' &#F5ECFF • {amount}x {item_name} &#D6A5FF(%{chance})' |
| - '' | ||
| - 'DB5F1 ▸ 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' |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.