Skip to content

Init Vanilla-ish Tatar Translation!#131

Merged
xpple merged 5 commits into
xpple:masterfrom
Amirhan-Taipovjan-Greatest-I:master
May 17, 2026
Merged

Init Vanilla-ish Tatar Translation!#131
xpple merged 5 commits into
xpple:masterfrom
Amirhan-Taipovjan-Greatest-I:master

Conversation

@Amirhan-Taipovjan-Greatest-I
Copy link
Copy Markdown
Contributor

@Amirhan-Taipovjan-Greatest-I Amirhan-Taipovjan-Greatest-I commented May 16, 2026

The Work is still in Progress!

Also I have some Questions...

@Amirhan-Taipovjan-Greatest-I Amirhan-Taipovjan-Greatest-I marked this pull request as draft May 16, 2026 22:29
@Amirhan-Taipovjan-Greatest-I
Copy link
Copy Markdown
Contributor Author

Amirhan-Taipovjan-Greatest-I commented May 16, 2026

First Question:

  • Strings like seedMap.teleportEditBoxX, seedMap.teleportEditBoxY and seedMap.waypointNameEditBox are looking useless... I translate them, but I can't find (as an End-User) any Place where they are used.
pic-selected-260517-0135-50

I suspect this should be the seedMap.waypointNameEditBox String, but nothing was changed when it got translated.

Second Question:

  • What is the Context of commands.exceptions.unknownResolutionMethod, commands.exceptions.unknownMapFeature, commands.exceptions.unknownGeneratorFlag and commands.exceptions.unknownDensityFunction Strings? I mean... when they actually appear?

Third Question:

  • I suspect that seedMap.chestLoot.title behaves not as intended, because when I translated it, its replaceable Variables are not being replaced (i. e. they keep being rendered as literal). Is it Me or may be the Mod has this Issue?

@xpple
Copy link
Copy Markdown
Owner

xpple commented May 17, 2026

Hi, thanks for translating!

Strings like seedMap.teleportEditBoxX, seedMap.teleportEditBoxY and seedMap.waypointNameEditBox are looking useless... I translate them, but I can't find (as an End-User) any Place where they are used.

seedMap.teleportEditBoxY doesn't exist, but the other two are for narration. They aren't visible.

What is the Context of commands.exceptions.unknownResolutionMethod, commands.exceptions.unknownMapFeature, commands.exceptions.unknownGeneratorFlag and commands.exceptions.unknownDensityFunction Strings? I mean... when they actually appear?

commands.exceptions.unknownResolutionMethod appears when a wrong resolution method is entered in /sm:config SeedResolutionMethod set <seed resolution methods>. That config determines the order in which SeedMapper tries to resolve the seed (e.g. first from the SavedSeeds config, if that fails from the Seed config etc.).

commands.exceptions.unknownMapFeature appears when entering a wrong seed map (/sm:seedmap) feature in /sm:config ToggledFeatures add/remove <seed map feature>.

commands.exceptions.unknownGeneratorFlag appears when entering an unknown biome generator flag (setting) when configuring a seed. For example, the large biomes flag can be set using /sm:config Seed set <seed> --generatorFlag large_biomes.

commands.exceptions.unknownDensityFunction appears when a wrong density function is entered in the /sm:sample function <density function> command. This command is hidden by default, though. It can be enabled by setting the DevMode config to true.

I suspect that seedMap.chestLoot.title behaves not as intended, because when I translated it, its replaceable Variables are not being replaced (i. e. they keep being rendered as literal). Is it Me or may be the Mod has this Issue?

Can you send a screenshot of what you mean?

@Amirhan-Taipovjan-Greatest-I
Copy link
Copy Markdown
Contributor Author

Amirhan-Taipovjan-Greatest-I commented May 17, 2026

seedMap.teleportEditBoxY doesn't exist, but the other two are for narration. They aren't visible.

Still want to know how to translate this:
image

commands.exceptions.unknownResolutionMethod appears when a wrong resolution method is entered in /sm:config SeedResolutionMethod set . That config determines the order in which SeedMapper tries to resolve the seed (e.g. first from the SavedSeeds config, if that fails from the Seed config etc.).

commands.exceptions.unknownMapFeature appears when entering a wrong seed map (/sm:seedmap) feature in /sm:config ToggledFeatures add/remove .

commands.exceptions.unknownGeneratorFlag appears when entering an unknown biome generator flag (setting) when configuring a seed. For example, the large biomes flag can be set using /sm:config Seed set --generatorFlag large_biomes.

commands.exceptions.unknownDensityFunction appears when a wrong density function is entered in the /sm:sample function command. This command is hidden by default, though. It can be enabled by setting the DevMode config to true.

Thank You so much!

Can you send a screenshot of what you mean?

pic-selected-260517-1722-11

(this)

@xpple
Copy link
Copy Markdown
Owner

xpple commented May 17, 2026

Still want to know how to translate this:
image

That text cannot be translated. I believe I made that decision because that way it's always the same width.

I have hopefully pushed a fix for the seedMap.chestLoot.title issue.

@Amirhan-Taipovjan-Greatest-I
Copy link
Copy Markdown
Contributor Author

Amirhan-Taipovjan-Greatest-I commented May 17, 2026

That text cannot be translated. I believe I made that decision because that way it's always the same width.

Sad and looks weird/bad, but kind of Understandable.

I have hopefully pushed a fix for the seedMap.chestLoot.title issue.

Yeah, I saw that... it was strange that for en_us.json %d works, but not, as I assume, for other Languages.

@Amirhan-Taipovjan-Greatest-I Amirhan-Taipovjan-Greatest-I marked this pull request as ready for review May 17, 2026 20:03
@Amirhan-Taipovjan-Greatest-I Amirhan-Taipovjan-Greatest-I changed the title [WiP] Init Vanilla-ish Tatar Translation! Init Vanilla-ish Tatar Translation! May 17, 2026
@Amirhan-Taipovjan-Greatest-I
Copy link
Copy Markdown
Contributor Author

I think that for now Translations are ready!

@Amirhan-Taipovjan-Greatest-I Amirhan-Taipovjan-Greatest-I changed the title Init Vanilla-ish Tatar Translation! [WiP] Init Vanilla-ish Tatar Translation! May 17, 2026
@Amirhan-Taipovjan-Greatest-I Amirhan-Taipovjan-Greatest-I marked this pull request as draft May 17, 2026 20:38
Comment thread src/main/resources/assets/seedmapper/lang/tt_ru.json Outdated
@Amirhan-Taipovjan-Greatest-I Amirhan-Taipovjan-Greatest-I marked this pull request as ready for review May 17, 2026 20:59
@Amirhan-Taipovjan-Greatest-I Amirhan-Taipovjan-Greatest-I changed the title [WiP] Init Vanilla-ish Tatar Translation! Init Vanilla-ish Tatar Translation! May 17, 2026
@Amirhan-Taipovjan-Greatest-I
Copy link
Copy Markdown
Contributor Author

Now it's ready for sure...

@xpple
Copy link
Copy Markdown
Owner

xpple commented May 17, 2026

Thanks a lot!

@xpple xpple merged commit b55bcb2 into xpple:master May 17, 2026
6 checks 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.

[INIT] SeedMapper (a Minecraft Mod).

2 participants