Summary: | google translate support for babelfish konqueror addon | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Elan Ruusamäe <glen> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | angel_blue_co2004, dglent, faure, lueck |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Elan Ruusamäe
2008-11-03 20:28:39 UTC
Obviously KDE3 is no longer being developed, but could this be added to KDE4? I'll commit this soon. A rather big overhaul of the babelfish plugin: * Remove webkitpart dependency * Use KParts::TextSelection to get selected text, if kdelibs >= 4.5.70, but most engines don't work with it anyway, this needs POST support. * Use QActionGroup instead of sender() * Fix support for voila.fr, list of translation paths and languagecode were wrong. * Add "french to russian" and "russian to french" via voila.fr, use babelfish for everything else (except en->no). * Update babelfish URL, altavista is long gone * Add support for translate.google.com engine, based from old patch on #174196. Not used yet (just fr_ar for a test), but supports a ton more languages than babelfish! * Add a bunch of TODOs, in case anyone has time to make this really good ;) Especially, adding new language pairs should be easier, ideally in translaterc. BUGS: 187122 174196 M +3 -11 CMakeLists.txt D config-babelfish.h.cmake M +224 -178 plugin_babelfish.cpp M +9 -13 plugin_babelfish.h M +4 -13 translaterc How can i use google translate in konqueror with this plugin ? I need for the greek language and it does nt exist in babelfish plugin |