Eclipse org babel downloads php

Babel Pseudo Translations

Babel Pseudo Translations are a very useful tool for globalization testing of Eclipse projects. This article provides step-by-step instructions and examples describing what are the Babel Pseudo Translations, where to download them, how to install them, and how to launch Eclipse in Babel Pseudo Translations. Eclipse developers can use the Babel Pseudo Translations to verify the translatability of their projects and make sure Eclipse excels in national language support.

Introduction

Eclipse is a global community. It is in everyone’s interest to ensure that Eclipse is globalized and translated into as many languages as possible. Babel is the globalization project for Eclipse. The goal of the Babel project is to provide a set of tools to make the job of globalizing Eclipse projects easier. Babel also provides ways for people worldwide, who are interested, to contribute translations in their language of choice.

Babel Translation Server

The Babel Translation Server (http://babel.eclipse.org/babel/) is a wiki-like server where any Eclipse user with an Eclipse Bugzilla ID may login and help translate Eclipse.

Читайте также:  Python beautifulsoup найти элемент

Babel Language Packs and Update Sites

Babel produces nightly and weekly language packs from the translations entered into the Babel Translation Server. Information for the latest Babel Language Packs and Update Sites is available at: http://www.eclipse.org/babel/downloads.php

Babel Pseudo Translation Language Packs

Among the language packs built are the Babel Pseudo Translation Language Packs . Using these pseudo translation language packs, you can:

  • identify hard-coded strings
  • identify layout and truncation problems
  • identify the Eclipse project and file where strings come from

Installing the Babel Pseudo Translation Language Packs

The following is an example on how to install the Babel Pseudo Translation Language Pack for the Eclipse 3.7 project on Windows. Similar process can be used to install the Babel Pseudo Translation Language Packs for other Eclipse projects on different platforms.

  • Assume that you have Eclipse 3.7 installed at: D:\eclipse-SDK-3.7-win32
  • Go to the Babel Language Packs and Update Sites download page at: http://www.eclipse.org/babel/downloads.php
  • Click on the Babel Language Pack Zips for Indigo link (see figure 1)
  • Figure 1 — Babel Language Packs and Update Sites Download Page

  • Scroll down to the Pseudo Translations section
  • Click on the Babel Pseudo Translation Language Pack for Eclipse link (see figure 2)
  • Figure 2 — Babel Pseudo Translation Language Packs

    Launching Eclipse in Babel Pseudo Translations

    • Create a shortcut for the Eclipse executable file: D:\eclipse-SDK-3.7-win32\eclipse\eclipse.exe
    • Rename the shortcut to eclipse-pseudo for easier identification
    • Select Properties from the popup menu for the shortcut
    • Append the -nl en_AA command line argument to the end of the Target field (see figure 3)
    • Figure 3 — Create Shortcut for Launching Eclipse in Babel Pseudo Translations

    Testing with Babel Pseudo Translations

    • Figure 4 below shows an example of the Eclipse IDE for Java EE Developers package with Babel Pseudo Translation Language Packs for Eclipse , Datatools , Marketplace Client , Mylyn , Target Management (RSE) , and Webtools installed
    • Figure 4 — Eclipse IDE for Java EE Developers Package with Babel Pseudo Translation Language Packs

    Identify the Eclipse Project and File Where Strings Come From

    • The Babel Pseudo Translation Language Packs can be used to identify the Eclipse project and file where strings come from
    • For example, you’d like to indentify the Eclipse project and file where the webtools2846555:Syntax Coloring string comes from
    • The first part of the Babel Pseudo Translation Prefix tells you that the string comes from the Webtools project
    • Go to the Babel Webtools NLS Feature folder at where your Eclipse package is installed: D:\eclipse-jee-juno-M4-win32\eclipse\features\org.eclipse.babel.nls_webtools_en_AA_4.2.0.v20111230043401 (see figure 5)
    • Figure 5 — Babel Webtools NLS Feature Folder

  • Open the BabelPseudoTranslationsIndex-webtools.html file in a web browser
  • Find the link for webtools2846555 (see figure 6)
  • Figure 6 — BabelPseudoTranslationsIndex-webtools.html

    Figure 7 - Babel Translation Server

  • Inspect the URL: http://babel.eclipse.org/babel/translate.php?project=webtools&version=3.4&file=org.eclipse.wst.css.ui/plugin.properties&string=CSS_Syntax_Coloring
  • The URL shows that the string comes from project: webtools , version: 3.4 , file: org.eclipse.wst.css.ui/plugin.properties , string: CSS_Syntax_Coloring
  • If you click on the URL, login to the Babel Translation Server with your Eclipse Bugzilla user ID and password, you can help translate the string in your language (see figure 7)!
  • Figure 7 — Babel Translation Server

    Conclusion

    Babel Pseudo Translations are a very useful tool for Eclipse developers to test for hard-coded strings, layout and truncation problems, and to identify the Eclipse project and file where strings come from. Eclipse developers can use the Babel Pseudo Translations to verify the translatability of their projects and make sure Eclipse excels in national language support.

    Trademarks

    Eclipse is a trademark of the Eclipse Foundation, Inc.

    IBM is a registered trademark of International Business Machines Corporation in the United States, other countries, or both.

    Microsoft and Windows are registered trademarks of Microsoft Corporation in the United States, other countries, or both.

    Oracle and Java are registered trademarks of Oracle and / or its affiliates.

    Other company, product, or service names may be trademarks or service marks of others.

    Источник

    Как русифицировать IDE Eclipse

    Русифицируем редактор Eclipse с помощью плагина Eclipse Babel. Это очень удобный плагин от самого сообщества Eclipse, предназначенный для перевода интерфейса IDE на практически любой язык.

    Способ установки плагина Eclipse Babel:

    eclipse-babel

    • Идём на официальный сайт https://www.eclipse.org/babel/downloads.php
    • В блоке Installing the language packs находим пункт Add the Babel p2 repository: , и нам нужна ссылка этого пункта. Копируем её.
    • Идём в сам Eclipse, выбираем в панели навигации help -> Install New Software -> Add
    • В появившемся окне Add Repository заполняем Name (как угодно, я назвал Language packs) и Location (сюда вставляем скопированную ссылку), нажимаем Add .

    Eclipse производит поиск по репозиторию, после чего необходимо выбрать из списка найденных пакетов нужные нам языковые пакеты. Мне необходим русский язык, поэтому я поставлю голочку напротив Babel Language Packs in Russian и нажимаю Next, затем ещё раз Next. Затем необходимо принять условия соглашения и нажимаем Finish. Eclipse начнёт устанавливать и в ходе установки выскочит ещё одно окно, в котором Eclipse спросит действительно ли я доверяю данному пакету, жмём Install anyway и установка продолжится. Процесс установки можно наблюдать в правой нижней части Eclipse, там будет показан ход установки в процентах.

    После установки Eclipse попросит перезапустить его, жмём Restart Now.

    После перезагрузки Eclipse скорее всего интерфейс уже будет на русском языке, но если этого не случилось, то необходимо выполнить ещё несколько шагов:

    • Закрываем Eclipse
    • Кликаем на сам ярлык Eclipse, выбираем Свойства
    • В поле Объект дописываем через пробел -nl ru , затем Применить -> ОК
    • Запускаем Eclipse

    Источник

    Eclipse Babel Project Downloads

    Language Packs for Eclipse Babel release 0.20.0 are now available for March 1, 2023!

    Babel Language Packs R0.20.0 for 2022-12, 2022-09, 2022-06, and 2022-03 release trains are now available! Translations in all languages for all projects in Eclipse Babel up to February 20, 2023 are included in R0.20.0.

    Eclipse Babel Project is currently setup to accept translation contributions in 47 languages for about 40+ Eclipse projects and sub-projects. Participation for each language and each project may vary. For some of the most common projects, the completion percentages are very high. See the Babel Translation Statistics for more details.

    All downloads are provided under the terms and conditions of the Eclipse Foundation Software User Agreement unless otherwise specified.

    The Babel project produces language packs from the translations entered using the Babel Translation Tool. You can download the Eclipse Babel Language Pack Zips from the following links, or use the Eclipse Babel Language Pack Update Sites to download the languages packs.

    Installing the language packs

    • Open the install wizard with ‘Help’ > ‘Install new software. ‘
    • Add the Babel p2 repository: https://download.eclipse.org/technology/babel/update-site/latest/ to your Eclipse installation.
    • Select and install your language pack of choice.
    • Restart Eclipse and you should get a translated Eclipse experience!

    Using the language packs

    If the system locale for your operating system is already in the language you want to launch Eclipse in, all you have to do is to launch Eclipse normally and the language packs will be loaded.

    If the system locale is in English, and you want to launch Eclipse in another language, you have to launch Eclipse with the -nl command line argument:

    Replace fr with the locale you wish to use. See «Running Eclipse» for more details. Also see the «Teach Your Eclipse to Speak the Local Lingo» Eclipse Corner Article for more examples on how to launch Eclipse in different languages (including bi-directional language like Arabic) and different operating systems (like Linux and Mac OS X).

    Babel Language Pack Zips and Update Sites — R0.20.0 (2023/03/01)

    Babel Language Pack Zips
    Latest Release | 2022-12 | 2022-09 | 2022-06 | 2022-03
    Babel Language Pack Update Site for Latest Release
    https://download.eclipse.org/technology/babel/update-site/latest/
    Zipped p2 Repository for Latest Release (159 MB)
    Babel Language Pack Update Site for 2022-12
    https://download.eclipse.org/technology/babel/update-site/R0.19.2/2022-12/
    Zipped p2 Repository for 2022-12 (159 MB)
    Babel Language Pack Update Site for 2022-09
    https://download.eclipse.org/technology/babel/update-site/R0.20.0/2022-09/
    Zipped p2 Repository for 2022-09 (157 MB)
    Babel Language Pack Update Site for 2022-06
    https://download.eclipse.org/technology/babel/update-site/R0.20.0/2022-06/
    Zipped p2 Repository for 2022-06 (154 MB)
    Babel Language Pack Update Site for 2022-03
    https://download.eclipse.org/technology/babel/update-site/R0.20.0/2022-03/
    Zipped p2 Repository for 2022-03 (154 MB)

    Important notes for Eclipse Babel Language Packs R0.20.0

    • Babel Language Packs for older release trains can be found at Eclipse Babel Project Archived Downloads.
    • Not all of the existing Eclipse Foundation Projects are included in Babel yet. If you encounter a project that you would like to help translate, tell that project’s leaders.
    • Not all languages are included in Babel yet. Request an additional language through Bugzilla.

    Eclipse Babel Pseudo Translations

    Babel Pseudo Translations are a very useful tool for globalization testing of Eclipse projects. See the «Babel Pseudo Translations» Eclipse Corner Article for step-by-step instructions and examples describing what are the Babel Pseudo Translations, where to download them, how to install them, and how to launch Eclipse in Babel Pseudo Translations. Eclipse developers can use the Babel Pseudo Translations to verify the translatability of their projects and make sure Eclipse excels in national language support.

    Other downloads

    Источник

    Eclipse Babel Project

    Eclipse is a global community. It is in everyone’s interest to ensure that Eclipse is available and translated in as many locales as possible.

    Babel is a set of tools to make the job of globalizing Eclipse projects easier. We also want to provide ways for people world wide, who are interested, to contribute translations in their language of choice.

    The project includes tools and activities that are needed to adapt the Eclipse deliverables to properly run in multiple locales and to translate selected Eclipse projects into multiple different languages (French, Japanese, German, etc). The project could eventually include tools to aid in the following areas: Enablement testing (E.g. can the software run in different language environments and handle multiple scripts, etc.), translatability testing (is it ready for translation?), preparation for translation (preparation of resource bundles), Translation testing (Is the translation acceptable?), and more.

    Community
    Newsgroup | Developers mailing list | Language Champions
    Translate now
    Go to the translation tool and help translate Eclipse. It’s easy!
    Downloads
    Download Eclipse language packs.
    You can help!
    Translate! | Write Code | Report bugs
    Incubation

    Links

    Источник

  • Оцените статью