Browse Source

Add NSIS-file to automated pot-file updates

pull/1772/head
Safihre 4 years ago
parent
commit
32f6ec63f2
  1. 2
      tools/extract_pot.py

2
tools/extract_pot.py

@ -177,7 +177,7 @@ print("Finished creating email POT file")
# Create the NSIS POT file
NSIS = "NSIS_Installer.nsi"
NSIS = "builder/win/NSIS_Installer.nsi"
RE_NSIS = re.compile(r'LangString\s+\w+\s+\$\{LANG_ENGLISH\}\s+(".*)', re.I)
if os.path.exists(NSIS):

Loading…
Cancel
Save