Skip to content

Commit d31d785

Browse files
committed
Added debug info for language settings.
1 parent aaa1a70 commit d31d785

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

nsis/postgresql.nsi

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,12 @@ Section $(PostgreSQLString) sec1
260260
${if} ${PRODUCT_NAME} == "PostgreSQL"
261261
StrCpy $Chcp_text ""
262262

263-
${if} ${LANGUAGE} == ${LANG_RUSSIAN}
263+
DetailPrint "Language settings:"
264+
DetailPrint "LANG_RUSSIAN=${LANG_RUSSIAN}"
265+
DetailPrint "LANG_ENGLISH=${LANG_ENGLISH}"
266+
DetailPrint "LANGUAGE=$LANGUAGE"
267+
268+
${if} $LANGUAGE == ${LANG_RUSSIAN}
264269
StrCpy $Chcp_text "chcp 1251"
265270
${endif}
266271
${endif}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy