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

--- Comment #2 from Nate Graham <pointedst...@zoho.com> ---
So this is a conflict, because Celsius is defined with a capital C, but the
speed of light is defined with a lowercase one:

addCommonUnit(CustomUnit(new CelsiusUnitPrivate(TemperatureCategory, Celsius,
1,
                                                    i18nc("temperature unit
symbol", "°C"),
                                                    i18nc("unit description in
lists", "Celsius"),
                                                    i18nc("unit synonyms for
matching user input", "Celsius;°C;C"),


addUnit(CustomUnit(VelocityCategory, SpeedOfLight, 2.99792458e+08,
                       i18nc("velocity unit symbol", "c"),
                       i18nc("unit description in lists", "speed of light"),
                       i18nc("unit synonyms for matching user input", "speed of
light;c"),


Not sure there is any way to resolve this without simply removing the speed of
light velocity. I think people probably do unit conversion involving Celsius
more frequently than involving the speed of light, but removing features is
always painful and annoys some people.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to