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

Wrong german translation for VK_DELETE as accelerator in menu

XMLWordPrintable

      FULL PRODUCT VERSION :


      A DESCRIPTION OF THE PROBLEM :
      The translation for a menu accelerator for vk_delete didn't match no longer the key on a german keyboard.

      In version 8u40 in awt_de.java the translation was "AWT.delete", "Entf".
      But in i.e. 8u121 the translation was "AWT.delete", "Löschen".
      But there is no keyboard-key "löschen".

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      menuItem.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_DELETE, InputEvent.CTRL_MASK));

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      I expect a menuitem with an accelerator "Strg+Entf"
      ACTUAL -
      "Strg+Löschen"

      REPRODUCIBILITY :
      This bug can be reproduced always.

            ljiang Leo Jiang (Inactive)
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: