[Bug 36377] New: Fix translatability issues in koha-backend.js
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: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org CC: frederic@tamil.fr, jonathan.druart@gmail.com 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.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36377 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|36327 |36351 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36327 [Bug 36327] Items view - Deletion of items is broken https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36351 [Bug 36351] CSRF Adjustments for Cataloguing editor -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36377 Bug 36377 depends on bug 36351, which changed state. Bug 36351 Summary: CSRF Adjustments for Cataloguing editor https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36351 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org