Skip to content

Commit

Permalink
Tools: Add shebang to generate fs translation script
Browse files Browse the repository at this point in the history
  • Loading branch information
kamfretoz committed Sep 27, 2024
1 parent 5a81f17 commit 390c33b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/generate_fullscreen_ui_translation_strings.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

import os

START_IDENT = "// TRANSLATION-STRING-AREA-BEGIN"
Expand Down

0 comments on commit 390c33b

Please sign in to comment.