這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

InstantTranslate Widget

描述

Instant Translate Widget is my first attempt at a Word Press widget. It lives in the Widget menu, and uses jQuery and Google Translate to instantly translate text on my blog. It uses jQuery’s selector to determine what text you want to translate. For example, the selector I use is, “.post h2,.entry > *:not(pre), .translate”. Which translates all of my titles, and entry text and not any thing within PRE tags. This lets me keep my code in English, but translate the explanation.

螢幕截圖

  • This shows the blog in it's normal state.
  • Clicking on the drop down, shows you the many languages this supports.
  • I've clicked on, FINNISH, and the text updated as soon as I clicked.

安裝

  1. Extract the plugin using WinZip or similar program.
  2. Upload the folder, ‘Instant Translate’ in to the ‘/wp-content/plugins/’ directory.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Click Appearance -> Widgets
  5. Move the Instant Translate Widget to your side bar.

常見問題

What languages are supported?

As many as Google Translate supports. Please see, http://code.google.com/apis/ajaxlanguage/documentation/#SupportedLanguages for more information.

評價

There are no reviews for this plugin.

貢獻者及開發者

“InstantTranslate Widget” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 InstantTranslate Widget 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.2

Added text transition effect framework, and one effect fadeout/in.

1.1

Fixed bug in admin section.

1.0

  • Initial release