mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-04 02:55:18 +00:00
2.1 KiB
2.1 KiB
Translations
Available languages
FFDec contains these translations:
- English
- Catalan
- Czech
- Chinese
- Dutch
- French
- German
- Hungarian
- Italian
- Polish
- Portugese - Portugal
- Portugese - Brasilian
- Russian
- Spanish
- Swedish
- Turkish
- Ukrainian
New translation
If you would like to translate FFDec to your language, please follow these steps:
- Check whether your language is not already present in the development branch: dev/TRANSLATIONS.md
- Find out your language code (See table )
- Create new issue in issue tracker containing your new language name + code. (You should register first)
- Download
Language pack for translators (zipped)from latest (including nightly) version on releases page - The archive contains all language files for newest version of FFDec. Each language in this pack has files with its own suffix which is standard language code.
- Extract Language pack ZIP file
- Copy each
.propertiesfile without_xxsuffix (english), to new file which has your language code suffix (_csis for czech, etc...) - Open
.propertiesfiles with an editor. (.propertieseditor bundled with some Java IDE is better than standard text editor) - In order to
.propertiesto work in FFDec, all nonascii characters should be replaced with unicode escapes (like\u1234). IDE editors like Netbeans do this automatically. If you have classic text editor, you can skip this phase, I will do it later myself. - Don't forget to place your name in
AboutDialog_xx.propertiesfile. - Attach translated files to that issue.
- Goto Issue #354 and look for new translated strings.
- Subscribe to Issue #354 to be notified about new strings in the future.
- Wait for next release where your translation will be included.