On Wed, 27 Apr 2022 16:18:15 GMT, Naoto Sato <na...@openjdk.org> wrote:
>> src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins_zh_CN.properties >> line 188: >> >>> 186: main.plugin.module=\u63D2\u4EF6\u6A21\u5757 >>> 187: >>> 188: main.plugin.category=\u7C7B\u522B >> >> what's this? > > Removing the trailing space? A similar one is in the `ja` resource bundle. This happens as a combination of jcheck not enforcing eol space checks on .properties files, and my editor being set to always remove space at eol. ------------- PR: https://git.openjdk.java.net/jdk/pull/8364