| Summary: | Energy page: Percentage symbols can be localized to become different symbols, but not appear in different locations | ||
|---|---|---|---|
| Product: | [Applications] kinfocenter | Reporter: | Emir SARI <emir_sari> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | kde, me, nate, sitter |
| Priority: | NOR | ||
| Version First Reported In: | 5.27.4 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Emir SARI
2023-03-28 18:46:32 UTC
So, these are the strings in KInfoCenter:
{label: i18n("Current charge:"), value: "chargePercent", unit: i18n("%"), precision: 0},
{label: i18n("Health"), value: "capacity", unit: i18n("%"), precision: 0},
Is this within a special structure? Why it has to be labeled like this instead of a standard `Label {}`? Where do "chargePercent" and "capacity" keys come from?
yunits: root.historyType == HistoryModel.RateType ? i18nc("Shorthand for Watts","W") : i18nc("literal percent sign", "%")
Is this string displayed anywhere in the UI?
This has been fixed a while ago. |