mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Add additional NSIS localization info
This commit is contained in:
@@ -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 `$\`.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user