On Wed, Aug 27, 2014 at 11:34 AM, Sebastian Kügler <se...@kde.org> wrote:

>
> There's more than just metric and imperial. This page gives you a slight
> impression of the complexity:
> http://en.wikipedia.org/wiki/Imperial_units#Current_use_of_imperial_units
>
> A binary combobox is just not enough to portray this correctly.
>

I'm actually quite curious what does QLocale do with this complexity. Do
they really do

if (en_GB) {
    beer_unit = pint;
    milk_unit = liter;
    etc...
}

That would be quite strange. I'll investigate and post back.

Cheers
-- 
Martin Klapetek | KDE Developer
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to