Summary: | Google Transliterate API has been deprecated | ||
---|---|---|---|
Product: | Koha | Reporter: | v Purushottama <mca.vsharma> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | aleisha, amitddng135, jonathan.druart, lucas, victor |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Small patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: |
The Google Transliterate API has been deprecated by Google in 2011. This removes the remaining code and GoogleIndicTransliteration system preference from Koha as this is no longer functional.
|
|
Version(s) released in: |
20.11.00, 20.05.03, 19.11.09
|
Circulation function: | |
Bug Depends on: | |||
Bug Blocks: | 7569 | ||
Attachments: |
Console Error
Bug 26070: Remove GoogleIndicTransliteration system preference Bug 26070: Remove GoogleIndicTransliteration system preference Bug 26070: Remove GoogleIndicTransliteration system preference |
Google says the transliterate API has been deprecated (since 2011!): https://developers.google.com/transliterate An alternative might be to install an extension for Chrome: https://www.google.com/inputtools/chrome/ Created attachment 107446 [details] [review] Bug 26070: Remove GoogleIndicTransliteration system preference The Google Transliterate API was deprecated on May 26, 2011. This patch removes the feature and associated system preference. To test, apply the patch and run the database update process. - Go to Administration -> System preferences and search for 'GoogleIndicTransliteration.' There should be no results. - Search the Koha codebase for references to 'GoogleIndicTransliteration.' There should be no current references.. Created attachment 107470 [details] [review] Bug 26070: Remove GoogleIndicTransliteration system preference Work perfectly. Thanks Owen Leonard for fixing the issue. Lot of customer complaint to me also "GoogleIndicTransliteration" is not working. I have given the same reason transliterate API has been deprecated (since 2011!) by Google. ------------------------------------------------------------------------ To test, apply the patch and run the database update process. - Go to Administration -> System preferences and search for 'GoogleIndicTransliteration.' There should be no results. - Search the Koha codebase for references to 'GoogleIndicTransliteration.' There should be no current references. Created attachment 107553 [details] [review] Bug 26070: Remove GoogleIndicTransliteration system preference The Google Transliterate API was deprecated on May 26, 2011. This patch removes the feature and associated system preference. To test, apply the patch and run the database update process. - Go to Administration -> System preferences and search for 'GoogleIndicTransliteration.' There should be no results. - Search the Koha codebase for references to 'GoogleIndicTransliteration.' There should be no current references.. Signed-off-by: Amit Gupta <amit.gupta@informaticsglobal.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 20.11, thanks to everybody involved! backported to 20.05.x for 20.05.03 backported to 19.11.x for 19.11.09 Not backported to oldoldstable (19.05.x). Feel free to ask if it's needed. |
Created attachment 107410 [details] Console Error Hello, GoogleIndicTransliteration feature in OPAC is not working in Koha 20.05. it will be grateful if anyone will help me to resolve the issue. thanks