Bug 491962

Summary: Workflow Buttons Docker doesn't display a translated title/name
Product: [Applications] krita Reporter: Tyson Tan <tysontanx>
Component: DockersAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: penguinflyer2222
Priority: NOR    
Version First Reported In: nightly build (please specify the git hash!)   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Workflow Buttons Docker doesn't display a translated title/name

Description Tyson Tan 2024-08-21 01:57:30 UTC
Created attachment 172797 [details]
Workflow Buttons Docker doesn't display a translated title/name

I have finished translating everything about the newly added Workflow Buttons docker. But the name in Main Menu -> Settings -> Dockers is still English, so is the title of the docker.
Comment 1 Freya Lupen 2024-08-21 03:46:45 UTC
Confirmed, the window title string isn't being passed to i18n().
Comment 2 Freya Lupen 2024-08-21 07:50:22 UTC
Git commit cc4a053f2d7c758ec2ee830135b3838c56109175 by Freya Lupen.
Committed on 21/08/2024 at 04:02.
Pushed by rempt into branch 'master'.

Workflow Buttons: Make docker name translateable

M  +1    -2    plugins/python/workflow_buttons/workflow_buttons.py

https://invent.kde.org/graphics/krita/-/commit/cc4a053f2d7c758ec2ee830135b3838c56109175
Comment 3 Tyson Tan 2024-08-21 15:15:29 UTC
Thank you, Freya! :)