Announcement

Collapse
No announcement yet.

Japanese translation bug

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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
    Attached Files

  • #2
    Are you using MUI1 or MUI2?
    NSIS FAQ | NSIS Home Page | Donate $
    "I hear and I forget. I see and I remember. I do and I understand." -- Confucius

    Comment


    • #3
      I'm use MUI2

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

      Comment


      • #4
        It was always possible to add MUI_WELCOMEPAGE_TITLE_3LINES for uninstall pages.
        NSIS FAQ | NSIS Home Page | Donate $
        "I hear and I forget. I see and I remember. I do and I understand." -- Confucius

        Comment


        • #5
          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

          Comment


          • #6
            Ohh.. I found decision for 3 lines, thanks

            What can you say about Japanese translation bug?

            Comment


            • #7
              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.
              NSIS FAQ | NSIS Home Page | Donate $
              "I hear and I forget. I see and I remember. I do and I understand." -- Confucius

              Comment


              • #8
                You can see my attached script on previous message

                Comment


                • #9
                  Where?
                  NSIS FAQ | NSIS Home Page | Donate $
                  "I hear and I forget. I see and I remember. I do and I understand." -- Confucius

                  Comment


                  • #10
                    Message at 01-23-2009

                    Comment


                    • #11
                      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.
                      NSIS FAQ | NSIS Home Page | Donate $
                      "I hear and I forget. I see and I remember. I do and I understand." -- Confucius

                      Comment


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

                        Comment

                        Working...
                        X