Summary: | Allow setting LC_NAME, LC_TELEPHONE, AND LC_IDENTIFICATION | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | soredake <katyaberezyaka> |
Component: | kcm_regionandlang | Assignee: | Sebastian Kügler <sebas> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | akselmo, hanyoung, katyaberezyaka, nate, plasma-bugs |
Priority: | NOR | ||
Version: | 5.19.5 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/c7c2a3a85e5b7f74dcb2eadc35defe9e4b55c737 | Version Fixed In: | 5.26 |
Sentry Crash Report: |
Description
soredake
2020-12-25 08:40:05 UTC
LC_PAGE is tracked with Bug 420928. LC_ADDRESS is tracked with BUG 204525. Currently working on this in here: https://invent.kde.org/akselmo/plasma-workspace/-/tree/new_localization_settings I'd like to know what to do with the examples for the LC_ADDRESS, LC_NAME and LC_TELEPHONE: https://invent.kde.org/akselmo/plasma-workspace/-/blob/new_localization_settings/kcms/region_language/exampleutility.cpp As you can see I've put most of the things in i18n tags, for example i18n("Street"). However when looking at the example itself, it seems a bit messy due to the non-fitting examples, especially when there is something like RoomNumber instead of just example number. Telephone has just fake phone numbers that go 123123 etc. It looks much better in the example. Should I just create for LC_ADDRESS and LC_NAME something fun as an example, like "Dr. Konqi, KDEStreet" that better shows how the address looks like in the example? (In reply to Akseli Lahtinen from comment #2) > Should I just create for LC_ADDRESS and LC_NAME something fun as an example, > like "Dr. Konqi, KDEStreet" that better shows how the address looks like in > the example? I think that makes sense. Such an address is obviously fake, which helps communicate that it's a placeholder text in an example. Git commit c7c2a3a85e5b7f74dcb2eadc35defe9e4b55c737 by Harald Sitter, on behalf of Akseli Lahtinen. Committed on 17/08/2022 at 12:10. Pushed by sitter into branch 'master'. Add LC_ADDRESS, LC_IDENTIFICATION, LC_NAME and LC_TELEPHONE to region settings Now users can modify LC_ADDRESS, LC_IDENTIFICATION, LC_NAME and LC_TELEPHONE from region settings. See LC_IDENTIFICATION example here: https://lh.2xlibre.net/locale/fi_FI/ Related: bug 204525 M +198 -0 kcms/region_language/exampleutility.cpp M +21 -0 kcms/region_language/exampleutility.h M +20 -1 kcms/region_language/kcmregionandlang.cpp M +17 -0 kcms/region_language/languagelistmodel.cpp M +5 -0 kcms/region_language/languagelistmodel.h M +9 -0 kcms/region_language/localelistmodel.cpp M +83 -1 kcms/region_language/optionsmodel.cpp M +6 -1 kcms/region_language/optionsmodel.h M +15 -0 kcms/region_language/package/contents/ui/main.qml M +12 -0 kcms/region_language/regionandlangsettings.cpp M +9 -0 kcms/region_language/regionandlangsettingsbase.kcfg M +1 -1 kcms/region_language/settingtype.h https://invent.kde.org/plasma/plasma-workspace/commit/c7c2a3a85e5b7f74dcb2eadc35defe9e4b55c737 |