Bug 36377 - Fix translatability issues in koha-backend.js
Summary: Fix translatability issues in koha-backend.js
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: I18N/L10N (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 36351
Blocks:
  Show dependency treegraph
 
Reported: 2024-03-20 17:33 UTC by Katrin Fischer
Modified: 2024-03-20 17:34 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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') } );