# eclipse-translation **Repository Path**: unknowIfGuestInDream/eclipse-translation ## Basic Information - **Project Name**: eclipse-translation - **Description**: Eclipse plugin for translation - **Primary Language**: Java - **License**: EPL-2.0 - **Default Branch**: master - **Homepage**: https://github.com/tlcsdm/eclipse-translation - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-07-06 - **Last Updated**: 2025-12-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: Eclipse-Plugin ## README # Translation This plugin integrates translation capabilities into the Eclipse IDE. Now Support Eclipse 2024-06 and later, Mac OS X, Linux (with nautilus) and Windows. ## Features - Supports Baidu, Youdao, etc (requires API credentials) - Translate selected text via context menu or keyboard shortcut - Provide Translation View for translation - Customize and switch translation providers from the status bar - Support calculation of folded code regions - Lightweight and easy to configure ## Use 1. Translate selected text via context menu or keyboard shortcut shortcut: Ctrl + Alt + T ![screenshot](https://raw.github.com/tlcsdm/eclipse-translation/master/plugins/com.tlcsdm.eclipse.translation/help/images/popup.png) 2. Translation View Click Window - Show View - Other... - Plug-in Development - Translation View ![screenshot](https://raw.github.com/tlcsdm/eclipse-translation/master/plugins/com.tlcsdm.eclipse.translation/help/images/translate_view.png) 3. Customize and switch translation providers from the status bar On the right side of the eclipse status bar ![screenshot](https://raw.github.com/tlcsdm/eclipse-translation/master/plugins/com.tlcsdm.eclipse.translation/help/images/status.png) 4. Preferences Click Window - Preferences - Translation ![screenshot](https://raw.github.com/tlcsdm/eclipse-translation/master/plugins/com.tlcsdm.eclipse.translation/help/images/pref.png) ## Build This project uses [Tycho](https://github.com/eclipse-tycho/tycho) with [Maven](https://maven.apache.org/) to build. It requires Maven 3.9.0 or higher version. Dev build: ``` mvn clean verify ``` Release build: ``` mvn clean org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=2.0.0 verify ``` ## Install 1. Add `https://raw.githubusercontent.com/tlcsdm/eclipse-translation/update_site/` as the upgrade location in Eclipse. 2. Download from [Jenkins](https://jenkins.tlcsdm.com/job/eclipse-plugin/job/eclipse-translation) 3.
← Drag it to your eclipse workbench to install! (I recommand Main Toolbar as Drop Target)