Skip to content

Commit

Permalink
Which genius decided to litter the FS with this garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Dec 17, 2024
1 parent d7f507c commit 92e6279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def main() -> None:

for lang_file in languages:

if lang_file.name == "messages.pot":
if lang_file.name in ("messages.pot", " .DS_Store"):
continue

po_path = locale_folder / lang_file.name / "LC_MESSAGES" / "tauon.po"
Expand Down

0 comments on commit 92e6279

Please sign in to comment.