mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-01-21 12:09:41 -06:00
Feature description This pull request introduces full Polish language support to ImHex. It is a new feature that allows users to switch the UI to Polish, improving accessibility for Polish-speaking users. Implementation description -Translated a total of 10 JSON language files into Polish (pl_PL.json) -All translations were done manually, with the help of tools such as DeepL, large language models (LLMs), and technical dictionaries -Validated the JSON files using [jsonlint.com](https://jsonlint.com/) -Performed initial UI testing — all translated strings appear and render correctly Screenshots Below is an example of the UI in Polish:   Additional things -I'm a beginner with both ImHex and English, so I may have missed some things -I'm fully open to any suggestions or corrections — whether related to translation accuracy or JSON formatting/style -I would greatly appreciate it if the reviewer could: -Confirm that the project still compiles correctly (it built fine on my side using ninja) -Check that the pl_PL.json files are properly formatted and follow the project's standards If there are preferred tools or workflows for validating and formatting JSON in this repository, I’d be happy to adopt them in the future. --------- Co-authored-by: paxcut <53811119+paxcut@users.noreply.github.com>