Added guide for translation and new script to build translations

This commit is contained in:
2024-10-29 22:54:47 -04:00
parent 58d3f7bd3e
commit 3a8dfb95a1
9 changed files with 479 additions and 229 deletions

View File

@@ -1,7 +1,7 @@
CC=python -m nuitka
linux:
pyside6-project build
python build_translations.py
$(CC) --show-progress --include-data-dir=data=data --include-data-dir=resources=resources --assume-yes-for-downloads --onefile --plugin-enable=pyside6 NUSGet.py -o NUSGet
linux-install: