Open
Description
I have two separate linux machines:
1 - my own laptop, Gentoo, default language - uk_UA (LANGUAGE=uk)
2 - remote machine, Ubuntu 24.04, default language ru_RU.
Machine 1:
- program interface language is English;
- cyrillic characters, stored in
cnc_tips.txt
, are shown good.
Machine 2:
- program interface language is Russian;
- cyrillic characters, stored in
cnc_tips.txt
, are shown as unreadable characters.
I want an option to select program interface language manually.
Now, I can run program in machine 1 with Russian interface by command:
LANGUAGE=ru_RU gcodeworkshop
But this is non-standard way...
Please:
- add an option to the
.config/gcodeworkshop/gcodeworkshop.ini
, which can configure program language or use default procedure to select translation file; - add message-box to select supported language from
/usr/share/gcodeworkshop/lang
and store selected value togcodeworkshop.ini
(so, at next start program will use expected translation file).