Skip to content
⌘ NSIS Forum Archive

Japanese translation bug

12 posts

EgorovAlex#

Japanese translation bug

My partner from Japan report about Japanese translation bug, you can see attachment - in the GUI for Readme added symbol and I can't remove this symbol
EgorovAlex#
I'm use MUI2

Also it is possible to add command like MUI_WELCOMEPAGE_TITLE_3LINES for uninstall window?
EgorovAlex#
But several years I can't use 3 lines for uninstall pages

I need to define so?:
!define MUI_UNWELCOMEPAGE_TITLE_3LINES
!define MUI_UNFINISHPAGE_TITLE_3LINES
EgorovAlex#
Ohh.. I found decision for 3 lines, thanks

What can you say about Japanese translation bug?
kichik#
That Y sign with the double cross line is the path separator in Japanese and indeed the language file contains a backslash when you open it without decoding. Are you sure you're using MUI2? This should only happen with MUI1 as it's the only one escaping the backslashes.
kichik#
Wow, I can't believe I missed that twice. Anyway, it's using MUI.nsh and not MUI2.nsh. You should upgrade and this will go away.