Овај додатак није испробан са последња 3 главна издања Вордпреса.Можда се више не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

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.

Прегледи

Нема рецензија за овај додатак.

Сарадници и градитељи

„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