https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18698 Bug ID: 18698 Summary: Get rid of [%% in translation for shelves-result.tt Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs@lists.koha-community.org Reporter: veron@veron.ch QA Contact: testopia@bugs.koha-community.org CC: frederic@tamil.fr The file koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt exposes parts of template directives to translation, for example: "\", \"dt_sortby\": %s\"Author\"%s\"Year\"%s\"Call number\"%s\"Title\"%s, " "\"dt_created_on\": \"%s\", \"dt_modification_time\": \"%s\", \"dt_action\": " "\"%s\" }%s,%s %s ] } %s %s %s %s [%%~ action_block = '" or ~%%] %s %s [%%~ action_block = action_block _ ' Such semi-internals make translation errorprone. Translators should not be confronted with tt internals. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.