mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #1206] [Bug] Some text does not update when language is updated #3249
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#3249
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @matthew-e-brown on GitHub (Jun 14, 2023).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1206
Originally assigned to: @NickeManarin on GitHub.
Description
While most of the UI correctly toggles upon switching languages, and quite quickly too, some pieces do not update until they are re-opened or the program is restarted.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The tooltips and panel titles should respect the user's language, even when toggling between languages.
Desktop (please complete the following information):
Screenshots
App was opened in German, then switched to Auto (English), which results in a German tooltip in an English window.
From there, the Mouse Events panel is opened and the app is then set to Finnish, which results in an English panel title next to a German tooltip in a Finnish window.
Additional context
I ran into this while taking the screenshots for PR #1205, since I was taking screenshots in several languages. I'd be willing to help out with this issue too, though I'm not sure if I have a lot to offer in this case because it seems like the culprit may lie deeper in the code.
This bug is almost certainly suuuuper minor, because I can't imagine most people toggle their language back and forth frequently. I wouldn't be surprised if this is so minor that it's not even worth fixing; "fixing" it could probably even be done with a tiny disclaimer in the language options that says, "some parts of the app may not change completely until the app is restarted", since that's not too uncommon to see in other programs.