Skip to content

Fix palette config labels not updating when language changes - #1760

Closed
williamchange wants to merge 1 commit into
MewPurPur:mainfrom
williamchange:fix-palette-locale
Closed

Fix palette config labels not updating when language changes#1760
williamchange wants to merge 1 commit into
MewPurPur:mainfrom
williamchange:fix-palette-locale

Conversation

@williamchange

Copy link
Copy Markdown
Contributor

fix for these labels not updating when language changes

image

Configs.language_changed.connect(sync_localization)

func sync_localization() -> void:
set_label_text("")

@MewPurPur MewPurPur Jul 31, 2026

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

This is not right, it clears the palette title. To be fair, if a palette's name is empty, it also needs to update to the locale's version of "Unnamed", so that part needs to be synced too, but this isn't right.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

ok I will close this since I do not understand this part enough

@williamchange
williamchange deleted the fix-palette-locale branch July 31, 2026 06:33
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.

2 participants