Translation updates. Almost done I think.

This commit is contained in:
Storm Dragon
2026-02-27 23:55:31 -05:00
parent 566c87c7c2
commit 18a09882b8
46 changed files with 1542 additions and 602 deletions

View File

@@ -68,7 +68,7 @@ class Finding:
def iter_nvgt_files() -> List[Path]:
files: List[Path] = []
entrypoints = [ROOT / "draugnorak.nvgt", ROOT / "excluded_sounds.nvgt"]
entrypoints = [ROOT / "draugnorak.nvgt", ROOT / "src" / "sound_settings.nvgt"]
for entry in entrypoints:
if entry.exists():
files.append(entry)