Bug 477931

Summary: Missing i18n string in kde iso image writer
Product: [Applications] isoimagewriter Reporter: Mel <all>
Component: generalAssignee: Jonathan Riddell <jr>
Status: RESOLVED FIXED    
Severity: normal Keywords: qt6
Priority: NOR    
Version: 24.01.80   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: An image of the i18n string error during the bootable usb creation process

Description Mel 2023-12-02 19:00:47 UTC
Created attachment 163770 [details]
An image of the i18n string error during the bootable usb creation process

SUMMARY
While writing an iso using isoimagewriter 24.01.80 I noticed during the bootable usb creation process it seems to be displaying the i18n string format error instead of the actual localized string. The error seems to indicate that the code is missing a variable during a string format. 


STEPS TO REPRODUCE
1. Open isoimagewriter 24.01.80
2. Select a iso to write to a usb and continue

OBSERVED RESULT
During the bootable usb creation process it's displaying %1(I18N_ARGUMENT_MISSING)%

EXPECTED RESULT
I assume it's suppose to display a percentage remaining.

SOFTWARE/OS VERSIONS
Operating System: EndeavourOS 
KDE Plasma Version: 5.90.0
KDE Frameworks Version: 5.246.0
Qt Version: 6.6.1
Kernel Version: 6.6.2-202.fsync.fc39.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 5800X 8-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: AMD Radeon RX 7900 XT
Manufacturer: ASUS

ADDITIONAL INFORMATION
My locale is set to Canadian English.
Comment 1 Mel 2023-12-02 19:36:15 UTC
I've opened a PR that fixes the issue on my machine:
https://invent.kde.org/utilities/isoimagewriter/-/merge_requests/40
Comment 2 Mel 2024-01-08 05:34:06 UTC
Forgot to resolve this. The patch was merged on Dec 4th.