Proektsoftbg / Calcpad

Free and open source software for mathematical and engineering calculations.
https://calcpad.eu
MIT License
313 stars 38 forks source link

Add localization to Calcpad #250

Closed kaloyansarafov closed 5 months ago

kaloyansarafov commented 5 months ago

Added new language resource files to support localization functionality in the application. Also, extracted and centralized all string messages into resource files to ensure consistency, modularity, and to streamline localization efforts.

Proektsoftbg commented 5 months ago

Thank you! I only noticed that some tooltips are still not localized, mostly on the on-screen keyboard, but also on the main toolbar the "Real" radio button, etc. Please, check.

Is this fully merged with the latest commit on main https://github.com/Proektsoftbg/Calcpad/commit/c6cd0447aae6ee23250def084af1446d8647f86e (3 weeks ago)?

kaloyansarafov commented 5 months ago

@Proektsoftbg I have added the strings from the on-screen keyboard as well as the ones that were left from before. This is working with the latest version 6.2.0 from commit c6cd044

Proektsoftbg commented 5 months ago

Thanks, mate! :)