https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20307 --- Comment #98 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 101070 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101070&action=edit 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. """ -- You are receiving this mail because: You are watching all bug changes.