| Summary: | The library picks the wrong data file for the de_DE locale | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kholidays | Reporter: | Tobias Leupold <tl> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | tl |
| Priority: | NOR | ||
| Version First Reported In: | git | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Tobias Leupold
2018-03-24 15:16:01 UTC
After writing a small test application that uses kholidays, I have no idea why this happens. KHolidays::HolidayRegion::defaultRegionCode() returns the correct "de_de", and after instatiating a KHolidays::HolidayRegion object, I also get the parsed contents of holiday_de_de when using e. g. HolidayRegion::holidays(2018), not those listed in holiday_de-by_de. So how can it be that my system calendar (whereever that code may live) ever requests holiday_de-by_de? Nevermind. The "wrong" locale is requested directly by the task bar's calendar plasmoid. Sorry for the spam ... |