Made more strings translatable, including error messages

This commit is contained in:
2024-07-03 07:42:36 +10:00
parent dc82790aef
commit 47904c72be
6 changed files with 353 additions and 52 deletions

View File

@@ -1,3 +1,8 @@
{
"files": ["NUSGet.py", "./qt/py/ui_MainMenu.py", "resources/translations/nusget_es.ts"]
"files": [
"NUSGet.py",
"./qt/py/ui_MainMenu.py",
"./resources/translations/nusget_es.ts",
"./resources/translations/nusget_no.ts"
]
}