Add DarkMatterCore to README, minor translation cleanup

This commit is contained in:
2025-05-13 19:01:09 -04:00
parent 3588b3cc54
commit d3653e3138
8 changed files with 17 additions and 21 deletions

View File

@@ -667,7 +667,6 @@ if __name__ == "__main__":
# such fallback exists, and so this code manually implements that fallback, since for languages like Spanish NUSGet
# doesn't use region-specific translations.
locale = QLocale.system()
lang = locale.name()
if not translator.load(QLocale.system(), 'nusget', '_', path):
base_locale = QLocale(locale.language())
translator.load(base_locale, 'nusget', '_', path)