From 06ad6449b03505f73b44c782986213343d00840b Mon Sep 17 00:00:00 2001 From: Timothy Alexis Vass Date: Fri, 9 Oct 2020 14:54:01 +0000 Subject: [PATCH] Bug 26647 - The Cancel button in holds table should be translated in context for Swedish 0) Apply the patch and add a hold on an item. 1) Install Swedish language, sv-SE and change interface language to Swedish 2) Modify sv-SE-opac-bootstrap.po and add this: msgctxt "Cancel hold button" msgid "Cancel" msgstr "Ta bort" 3) Go to the Holds table at /cgi-bin/koha/opac-user.pl#opac-user-holds 4) Confirm that the button is translated as "Ta bort" 5) Sign off --- koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc index 3675569068..7a0f6d4b3b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc @@ -1,6 +1,7 @@ [% USE Branches %] [% USE ItemTypes %] [% USE KohaDates %] +[% PROCESS 'i18n.inc' %] [% IF ( HOLDS.count ) %]
@@ -185,7 +186,7 @@
- +
[% END %] -- 2.11.0