Closed newmonte closed 2 years ago
Hello, Try compiling the .po files for all the provided languages in the pygubudesigner folder. For example, in these folders:
/locale/de/LC_MESSAGES /locale/es/LC_MESSAGES /locale/tr/LC_MESSAGES /locale/zh_CN/LC_MESSAGES /locale/zh_Hans/LC_MESSAGES
The command will look something like this, in each of the locale/language folders:
msgfmt -o pygubu.mo pygubu.po
I hope that helps.
Thanks Had already done that, but did it again, still same message on launch, also used the makepofile.sh with same result, then tried poedit, still no joy.
Got it now, thankyou, pip uninstalled and re install fixed it. Thanks again.
Think I'm missing something simple, have already compiled the .po files but still getting this error ?
You should compile the .po files in the pygubudesigner/locale directory first
Thanks