Bug 36377

Summary: Fix translatability issues in koha-backend.js
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: I18N/L10NAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: f.demians, jonathan.druart
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 36351    
Bug Blocks:    

Description Katrin Fischer 2024-03-20 17:33:09 UTC
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') } );