Summary: | KHolidays::HolidayRegionSelector doesn't get translated | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Lasse Liehu <lasse.liehu> |
Component: | widget-clock | Assignee: | John Layt <jlayt> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | jlayt, lueck |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6.2 | |
Sentry Crash Report: |
Description
Lasse Liehu
2011-01-30 18:06:15 UTC
reassign to plasma. Confirmed in trunk + 4.6 compiled from sources. Fix: --- kdebase/workspace/plasma/generic/applets/analog-clock/clock.cpp (Revision 1212270) +++ kdebase/workspace/plasma/generic/applets/analog-clock/clock.cpp (Arbeitskopie) @@ -57,6 +57,7 @@ m_animateSeconds(false) { KGlobal::locale()->insertCatalog("libplasmaclock"); + KGlobal::locale()->insertCatalog("libkholidays"); // this catalog is only used once on the first start of the clock to translate the timezone in the configuration file KGlobal::locale()->insertCatalog("timezones4"); setHasConfigurationInterface(true); My bad, I'll patch once the git migration has settled down and I can get a working clone. Git commit 5c7add026ba1a0048ba884217f7454998164dcf4 by John Layt. Committed on 03/02/2011 at 14:40. Pushed by jlayt into branch 'KDE/4.6'. Include KHolidays translation catalog in plasma calendar and clocks Fix missing catalog CCBUG: 264867 M +3 -1 libs/plasmaclock/calendartable.cpp http://commits.kde.org/kde-workspace/5c7add026ba1a0048ba884217f7454998164dcf4 Git commit a811fbfc15520a1d186eefb1276a4206a0fa35d4 by John Layt. Committed on 03/02/2011 at 14:40. Pushed by jlayt into branch 'master'. Include KHolidays translation catalog in plasma calendar and clocks Fix missing catalog BUG: 264867 FIXED-IN: 4.6.2 (cherry picked from commit 5c7add026ba1a0048ba884217f7454998164dcf4) M +3 -1 libs/plasmaclock/calendartable.cpp http://commits.kde.org/kde-workspace/a811fbfc15520a1d186eefb1276a4206a0fa35d4 |