pamhyr: Minor change.

mesh
Pierre-Antoine Rouby 2023-04-18 13:59:30 +02:00
parent 4d98067a43
commit a45e43a2ca
1 changed files with 1 additions and 1 deletions

View File

@ -32,8 +32,8 @@ def main():
# French # French
lang_file = os.path.dirname(__file__) + "/lang/fr.qm" lang_file = os.path.dirname(__file__) + "/lang/fr.qm"
else: else:
lang_file = ""
# English default language # English default language
lang_file = ""
if lang_file != "": if lang_file != "":
ok = translator.load(lang_file) ok = translator.load(lang_file)