Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8166587

JShell: Wrong Japanese translation for method

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P5 P5
    • 9
    • 9
    • globalization

      Wrong translation for method.

      | Welcome to JShell -- Version 9-internal
      | For an introduction type: /help intro


      jshell> void m() {}
      | created method m()

      jshell>

      But in Japanese,
      | JShellへようこそ -- バージョン9-internal
      | 概要については、次を入力してください: /help intro


      jshell> void m() {}
      | 作成済 メソッド m()を呼び出そうとしました

      jshell>


      "作成済 メソッド m()を呼び出そうとしました" means that "Attempted to call created method m()"

            ljiang Leo Jiang (Inactive)
            shinyafox Shinya Yoshida
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: