Bug 477931 - Missing i18n string in kde iso image writer
Summary: Missing i18n string in kde iso image writer
Status: RESOLVED FIXED
Alias: None
Product: isoimagewriter
Classification: Applications
Component: general (show other bugs)
Version: 24.01.80
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Jonathan Riddell
URL:
Keywords: qt6
Depends on:
Blocks:
 
Reported: 2023-12-02 19:00 UTC by Mel
Modified: 2024-01-08 05:34 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
An image of the i18n string error during the bootable usb creation process (95.13 KB, image/png)
2023-12-02 19:00 UTC, Mel
Details

Note You need to log in before you can comment on or make changes to this bug.
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.