We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Ubuntu Linux 20.04.5 there is no localization except French installed.
In the file setup.py only French is added to data_files:
data_files=[('/usr/share/pdfbooklet/data', glob.glob('pdfbooklet/data/*.*')), ('/usr/share/pdfbooklet/documentation', glob.glob('./documentation/*.*')), ('/usr/share/applications', ['pdfbooklet/data/pdfbooklet.desktop']), ('/usr/share/locale/fr/LC_MESSAGES', glob.glob('locale/fr/LC_MESSAGES/*.*')), ('/usr/share/pixmaps', ['pdfbooklet/data/pdfbooklet.png']), ('/usr/share/pdfbooklet/icons/hicolor/scalable', ['pdfbooklet/data/pdfbooklet.svg'])]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On Ubuntu Linux 20.04.5 there is no localization except French installed.
In the file setup.py only French is added to data_files:
The text was updated successfully, but these errors were encountered: