https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20307 --- Comment #102 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Jonathan Druart from comment #98)
Created attachment 101070 [details] [review] Bug 20307: Replace separator with #
To avoid colision we replace the separator with something that is supposed to be less used than underscore
The problematic case was explaing by Julian on comment 96: """ The value stored in localization.code is a concatenation of the AV category code, a '_', and the AV code. Which means that if we have a category A with a value B_C, and a category A_B with a value C, they will share their translations. """
It sounds unlikely as our categories should be unique enough, aren't they? -- You are receiving this mail because: You are watching all bug changes.