From 3de63cfc5a3747dc9fb62beb67294ccea6d8cd10 Mon Sep 17 00:00:00 2001 From: hensm Date: Mon, 6 Jul 2020 04:20:54 +0100 Subject: [PATCH] Add additional NSIS localization info --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 183ffc5..b39c1d2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,3 +59,4 @@ LangString MSG__EXAMPLE_STRING2 ${LANG_GERMAN} "Welt" Try to keep the line length under 80 characters by splitting lines within the string with a backslash at the end of the line and a double indent on the next line. To escape characters (like other double quotes), prepend with a `$\`. +Ensure the installer script file is saved as UTF-8 with BOM.