Bug 501567

Summary: Unit representation issue in OptionDelegate.qml
Product: [Applications] Skanpage Reporter: Emir SARI <emir_sari>
Component: generalAssignee: Alexander Stippich <a.stippich>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Emir SARI 2025-03-16 11:15:35 UTC
In getUnitString, the units are added to the value as suffix, but this is not i18n friendly for some languages. The value and the unit should be represented in the %1 %2 fashion, so that the unit can be prepended as needed. This is especially problematic for percent values, since my language prepends it instead of appending.