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

Fix failure to find zenmap translations #2789

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pghmcfc
Copy link

@pghmcfc pghmcfc commented Mar 1, 2024

Installation of translations hasn't worked since the conversion to Python 3 (#2088). That's because os.walk is not a drop-in replacement for os.path.walk. This tweak to setup.py should address that (fixes #2718).

@pghmcfc
Copy link
Author

pghmcfc commented Apr 1, 2024

Looks like this may be redundant going forward with the move away from setup.py.

Installation of translations hasn't worked since the conversion to
Python 3 (nmap#2088), and was broken in a different way in the migration
from setup.py to pyproject.toml since package data files are not found
deep down in directory hierarachies.

This should address that (fixes nmap#2718).
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

Successfully merging this pull request may close these issues.

localization in 7.94
1 participant