Obsolete localized resource files are now removed from the JDK
source repository.
The JDK includes localized resource files for a number of
components. However, apart from English, Japanese, German, and
Simplified Chinese, the other localized resource files are
unmaintained. Over time, these files are falling out of sync from
their English counterparts. For example, in builds that include
these unmaintained resource files, the output of the java
launcher's --help option would not contain information
for --enable-preview in unmaintained languages.
These localized resource files are now removed. The exception to
this change is the
java.desktop module, whose unmaintained localized
resource files will remain available. As a result, users of builds
that previously exposed messages in an unmaintained language may
see English output instead. Users of Oracle JDK builds are not
affected by this change, as unmaintained localized resource files
have been excluded since JDK 11.