[kontact] [Bug 465628] New: Country names in address editor are in English

Christopher Yeleighton bugzilla_noreply at kde.org
Sun Feb 12 17:34:33 GMT 2023


https://bugs.kde.org/show_bug.cgi?id=465628

            Bug ID: 465628
           Summary: Country names in address editor are in English
    Classification: Applications
           Product: kontact
           Version: 5.17.1
          Platform: openSUSE
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: contacts
          Assignee: kdepim-bugs at kde.org
          Reporter: giecrilj at stegny.2a.pl
  Target Milestone: ---

SUMMARY
Country names in the address editor are in English.  Country names in the
address viewer are in Polish.


STEPS TO REPRODUCE
1. Tell Kontact to create a new contact!
2. Tell the new contact to add a new address!
3. Select a country!

OBSERVED RESULT
The countries are in English.

EXPECTED RESULT
Let the countries be in Polish!

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: openSUSE Tumbleweed 20230210
(available in About System)
KDE Plasma Version: 5.26.5
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8

ADDITIONAL INFORMATION
The country list has been populated using raw QLocale::countryToString which
returns English names.  It has then been sorted using
QString::localeAwareCompare, i.e. using Polish locale.  The result of sorting
English names in Polish locale is acceptable but the process seems fishy.
The country name displayed in the contact view pane is provided by KCountry.
There is no proof that Qt itself should be responsible for providing a
localised country name.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list