Summary | Impossible to add a new holiday calendar in non-english setting |
Queue | Kronolith |
Queue Version | 4.0.3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | zdrahal (at) ipnp (dot) troja (dot) mff (dot) cuni (dot) cz |
Created | 01/15/2013 (4568 days ago) |
Due | |
Updated | 01/18/2013 (4565 days ago) |
Assigned | |
Resolved | 01/18/2013 (4565 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Assigned to Jan Schneider
State ⇒ Resolved
commit 409aeef424ec78adc23f8b3f9159ad669a4d6d82
Author: Jan Schneider <jan@horde.org>
Date: Tue Jan 15 18:37:16 2013 +0100
[jan] Fix adding holiday calendars if not using English locale
(
Bug #11961).kronolith/docs/CHANGES | 1 +
kronolith/js/kronolith.js | 9 ++++-----
kronolith/package.xml | 2 ++
3 files changed, 7 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/409aeef424ec78adc23f8b3f9159ad669a4d6d82
Priority ⇒ 1. Low
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ Impossible to add a new holiday calendar in non-english setting
Type ⇒ Bug
State ⇒ Unconfirmed
working in some non-english language. The reason is that the name of
the holiday calendars was translated and if you choose to add such a
calendar, the system cannot find it. You can add only calendars whose
names were not translated. Another solution is to tell your user to
change their language to English in the case they want to add a new
holiday calendar.
The final solution should be to distinguish everywhere in the code the
name of the calendar that should be shown (this can be translated) and
the internal name (which should stay the same regardless of the
language in which you are working). Temporary solution is to resign on
translation of the name as is given in my patch.