wudsn / wudsn-ide

WUDSN IDE
https://www.wudsn.com/index.php/ide
23 stars 9 forks source link

Automatically install German language pack #16

Open peterdell opened 1 year ago

peterdell commented 1 year ago

The WUDSN IDE pluging contains both English and German translations for its elements. Therefore the installer should also automatically install the Germand language pack for for Eclipse runtime to prevent mixed UI languages.

Manual procedure: Download the matching language pack from https://eclipse.dev/babel/downloads.php http://www.eclipse.org/downloads/download.php?file=/technology/babel/babel_language_packs/R0.20.0/2022-12/BabelLanguagePack-eclipse-de_4.26.0.v20230220105658.zip Unzip the file Copy the contained "eclipse" folder over the existing "eclipse" folder of your installation. This will not overwrite any files but only add new jars with the German texts.

Example: C:\jac\wudsn\stable\Tools\IDE\Eclipse\eclipse

image

Also the FAQ should be extended to include the description on where to find and how to install language packs and how to start with a language other than the OS default.

peterdell commented 1 year ago

Commit 0b40b1e1d5779ad746ee352e6e50f13699abe966 contains the first version for the script extension for Windows. Linux/macOS to be adapted.

peterdell commented 1 year ago

Features/Installation and FAQ section have been updated.