Skip to content
ron190 edited this page Mar 10, 2025 · 15 revisions

Theme switch

Multiple modes are available in order to adapt the GUI based on your dark/light preferences, these themes are similar to what is proposed by Intellij, macOS and GitHub.

The theme you select is saved and applied on the next application startup.

Language switch

The language of the Java runtime is used by default, though you can select another language among dozen available.

Internationalization (i18n) displays buttons, menus and labels with the language selected but only if the text is bundled, so some text can still be displayed in English when the translation missing for a component.

Also your JVM language may not be bundled at all, in that case English is used by default, in that case contribute and translate the missing text (see next paragraph).

The language you select is saved and applied also on the next application startup.

I18n user translation

Languages currently available are bundled in the app but some text translation may be missing and will be displayed in English.

Contribute to translate the remaining text missing and click on Send, your report will be posted on GitHub and will be integrated into the future release.

Tip

One single text you translate makes i18n progress. Use the panel to identify the latest text that remains to translate and send your version.

Consoles

🔄 Work in progress...


Previous topic: Exploit, Next topic: SQL Engine
Clone this wiki locally