On Thu, 11 Jun 2026 19:32:06 GMT, Naoto Sato <[email protected]> wrote:
>> Justin Lu has updated the pull request incrementally with two additional
>> commits since the last revision:
>>
>> - Incorporated suggestion translation for err.wrong.version in
>> jimage_ja.properties
>> - Removing extra spaces for compiler.misc.incompatible.arg.types.in.lambda
>> in compiler_ja.properties
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler_ja.properties
> line 714:
>
>> 712:
>> 713: # 0: list of type or message segment, 1: list of type or message segment
>> 714: compiler.misc.incompatible.arg.types.in.lambda=ラムダ式のパラメータ型は不適合です\n期待値:
>> {0}\n検出値: {1}
>
> Those extra spaces between "検出値:\u0020" and "{1}" seems unnecessary. Original
> English resource has these spaces to align the placeholders, but not needed
> for Japanese
Fixed. Curious as to why the `de` translation for this key came back without
the extra spaces, but the `ja` one did. Assuming `zh_CN` operated differently
given its full width colon.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/31486#discussion_r3398929729