Skip to content

Fix failure to find zenmap translations#2789

Open
pghmcfc wants to merge 1 commit intonmap:masterfrom
pghmcfc:zenmap-translations
Open

Fix failure to find zenmap translations#2789
pghmcfc wants to merge 1 commit intonmap:masterfrom
pghmcfc:zenmap-translations

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).
@pghmcfc pghmcfc force-pushed the zenmap-translations branch from a8f37ef to d217ab0 Compare April 23, 2024 13:36
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.

Zenmap i18n (localization) is not properly enabled in versions 7.94 - 7.97

1 participant