Skip to content

Commit

Permalink
locale => translation, in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Sep 12, 2018
1 parent fb5afb5 commit a3c5b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def find_files(directory, patterns):
os.mkdir(qt_local_path)
# Loop through QT translation files and copy them
for file in os.listdir(qt_system_path):
# Copy QT locale files
# Copy QT translation files
if (file.startswith("qt_") or file.startswith("qtbase_")) and file.endswith(".qm"):
shutil.copyfile(os.path.join(qt_system_path, file), os.path.join(qt_local_path, file))

Expand Down

0 comments on commit a3c5b97

Please sign in to comment.