MineColonies

MineColonies

61M Downloads

MineColonies HUD French translation

Poissonbarbe opened this issue · 6 comments

commented

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.
image

Pick up prio : number / number

In french vesion
image
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.
commented

This more problem of spacing in the gui, this should be fixed in mcol XML file

commented

I mean, isn't this the usual: "BlockUI shouldn't cut off the string prematurely because parts of it won't fit, issue" ?

commented

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

commented

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.
commented

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

commented

I did have a play a while back with text auto-scaling (if text doesn't fit, reduce font size and try again), but that got messy fairly quickly with optional word-wrapping as well.