You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A developer that wishes to use this library with pyinstaller must explicitly tell pyinstaller to retain the translation files for the library. One way to do this if you're using pyinstallerspec files is:
To reduce this overhead, pyinstaller allows packages to provide a hook that pyinstaller can then leverage.
Here is the documentation on pyinstaller hooks. Here is a sample library that shows how to add a custom hook.
We could either update this library to provide a hook or perhaps update the README (or some other markdown file) to provide the code snippet above that any dev that encounters this in the future can use.
The text was updated successfully, but these errors were encountered:
What did you do?
A developer that wishes to use this library with
pyinstaller
must explicitly tellpyinstaller
to retain the translation files for the library. One way to do this if you're usingpyinstaller
spec
files is:To reduce this overhead, pyinstaller allows packages to provide a hook that pyinstaller can then leverage.
Here is the documentation on pyinstaller hooks.
Here is a sample library that shows how to add a custom hook.
We could either update this library to provide a hook or perhaps update the README (or some other markdown file) to provide the code snippet above that any dev that encounters this in the future can use.
The text was updated successfully, but these errors were encountered: