Skip to content

Fix Croatia's currency

Croatia switched to the Euro at the beginning of this year, but this isn't reflected in the QLocale data tables yet.

Qt 6 got this is part of a full CLDR update, which is neither easy nor desirable to backport. So instead this is done by manually patching the auto-generated QLocale data tables. Ugly, but at least minimally invasive.

See also https://bugs.kde.org/472095.

Merge request reports