-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't set locale Macbook with macOS 12.6.3 #1321
Comments
There is nothing in the logfile, unfortunately.
One comment on a): As far as my computer is concerned, the language combination is not wrong or incorrect. In fact, it's just how I set it up. System language in English and region is Austria. Gives 'en_AT'. I know that this is a highly unusual combination, but on the mac it is a perfectly good setting to have. The issue might be an edge-case tho. :) I wrote a python script to test a few different methods. The result is that most likely
And on a side note, |
I agree, it is unusual but not impossible. As @DivingDuck said on his point b), we should be able to fallback to a sensible default in these cases. |
Make the gettext installation platform agnostic and leverage the fact that gettext automatically: * Searches for translations on default system folders * Guesses system language from environment variables Fixes #1321
Follow up for issue #1308 (comment),
This need some more investigation as
a) the language combination is wrong,
b) we use from the coding eg. de-AT only the first part for identifying the language, so it should find a fallback,
c) I'm not sure if the warning is from Pronterface, I can't even find any message string for this window. Strange.
Check if the implemented workaround issue #1154 is still needed for macOS builds
@neofelis2X,
can you please add the log file from Pronterface here? Maybe this will show us some more useful information.
For creating the logging file you need to set up a log path in: -->Settings -->Options -->User interface -->Log path
It must be an existing folder where you have full access to. The log file name will be set from Pronterface: Printrun.log
The text was updated successfully, but these errors were encountered: