Skip to content
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

No translations other then French installed on Ubuntu Linux #24

Open
Johann-Tree opened this issue Dec 17, 2022 · 0 comments
Open

No translations other then French installed on Ubuntu Linux #24

Johann-Tree opened this issue Dec 17, 2022 · 0 comments

Comments

@Johann-Tree
Copy link

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'])]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant