https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36377

            Bug ID: 36377
           Summary: Fix translatability issues in koha-backend.js
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: I18N/L10N
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]
        Depends on: 36327

There are some strings in this .js file, that are not using the double
underscore, but only a single one (this won't work):

+                    error => {
+                        callback( { error: _('Could not parse response') } );
+                    }
+                );},
+                error => {
                     callback( { error: _('Could not save record') } );


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36327
[Bug 36327] Items view -  Deletion of items is broken
-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to