Archive: Japanese translation bug


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


Are you using MUI1 or MUI2?


I'm use MUI2

Also it is possible to add command like MUI_WELCOMEPAGE_TITLE_3LINES for uninstall window?


It was always possible to add MUI_WELCOMEPAGE_TITLE_3LINES for uninstall pages.


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


Ohh.. I found decision for 3 lines, thanks

What can you say about Japanese translation bug?


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.


You can see my attached script on previous message


Where?


Message at 01-23-2009


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.


Thank you, it is work, I change MUI.nsh to MUI2.nsh