Remove extra qtbase translations for buttons

This commit is contained in:
Veronica Berglyd Olsen
2025-10-25 23:55:29 +02:00
parent 5f34e924d1
commit af36a3b1bf
3 changed files with 0 additions and 67 deletions
-1
View File
@@ -111,7 +111,6 @@ def updateTranslationSources(args: argparse.Namespace) -> None:
print("")
sources = list((ROOT_DIR / "novelwriter").glob("**/*.py"))
sources.insert(0, ROOT_DIR / "i18n" / "qtbase.py")
for source in sources:
print(source.relative_to(ROOT_DIR))