Bug 39580 - Make Elasticsearch process_error error string translatable
Summary: Make Elasticsearch process_error error string translatable
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: I18N/L10N (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Shi Yao Wang
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-08 14:12 UTC by Shi Yao Wang
Modified: 2025-04-08 14:37 UTC (History)
3 users (show)

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


Attachments
Bug 39580: Make Elasticsearch process_error error string translatable (1.71 KB, patch)
2025-04-08 14:20 UTC, Shi Yao Wang
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Shi Yao Wang 2025-04-08 14:12:31 UTC

    
Comment 1 Shi Yao Wang 2025-04-08 14:20:36 UTC
Created attachment 180723 [details] [review]
Bug 39580: Make Elasticsearch process_error error string translatable

Test plan:
1- Change to a language other than english
2- Search in the catalog with "!"
3- Notice the string "Unable to understand your search query, please
 rephrase and try again." is not translated
4- Apply the patch
5- Add translation in .po file of used language for "Unable to
understand your search query, please rephrase and try again.\n"
6- Update translation
7- Redo the search and notice the string is now translated