mirror of https://github.com/PCSX2/pcsx2.git
Tools: Add shebang to generate fs translation script
This commit is contained in:
parent
ab5b622d70
commit
d06700276f
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
START_IDENT = "// TRANSLATION-STRING-AREA-BEGIN"
|
START_IDENT = "// TRANSLATION-STRING-AREA-BEGIN"
|
||||||
|
|
Loading…
Reference in New Issue