MineColonies HUD French translation
Poissonbarbe opened this issue · 6 comments
Is there an existing issue for this?
- I have searched the existing issues.
Are you using the latest BlockUI Version?
- I am running the latest beta/release version of BlockUI for my Minecraft version.
I am also running the latest versions of other mods that are part of my problem.
Minecraft Version
1.20
BlockUI Version
blockui-1.20.1-1.0.156-RELEASE
Current Behavior
I have issue on my mines colonies serveur.
On this interface you can see.
Pick up prio : number / number
In french vesion
wee only see
Pick up prio : nothing
(first time i use this web site)
Expected Behavior
i want for the french version have
Prio. de Récup. : Number/number
Reproduction Steps
Just click on any gestion block.
Logs
.
Anything else?
No response
Footer
Viewers
- Add a thumbs-up to the bug report if you are also affected. This helps the bug report become more visible to the team and doesn't clutter the comments.
- Add a comment if you have any insights or background information that isn't already part of the conversation.
I mean, isn't this the usual: "BlockUI shouldn't cut off the string prematurely because parts of it won't fit, issue" ?
I mean we can implement toggleable line scrolling (or automatic but only for one line text comps), nevertheless even the English text doesn't fit the UI
Like if "This is the full text" becomes "This is the full tex" is better than "This is the full"
- I'm even fine with a couple pixel overrun.
Well, pixel overrun is never gonna happen (for both logic and rendering reasons)
Text splitting is done by vanilla and we basically have no control over it, from my experience anything that would try to adjust it would be rather fragile and incompabitle piece of code (wrt texture packs and vanilla updates)
The only option is can see here is to create some automatic line scroll controller
Still, this UI imho needs adjustment to accomodate longer translations anyway