On Mon, 15 Dec 2025 19:52:35 GMT, Damon Nguyen <[email protected]> wrote:
>> Open l10n drop. Files have been updated with translated versions.
>
> Damon Nguyen has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Spot revert Chinese translation
src/java.base/share/classes/sun/launcher/resources/launcher_zh_CN.properties
line 53:
> 51: java.launcher.cls.error4=错误: 加载主类 {0} 时出现 LinkageError\n\t{1}
> 52: java.launcher.cls.error5=错误: 无法初始化主类 {0}\n原因: {1}: {2}
> 53: java.launcher.cls.error6=错误:在类 {0} 中未找到非专用零参数构造器\n请从现有构造器中删除专用,或者定义为:\n
> public {0}()
Translating "non-private" looks good, but we might leave the second "private"
untranslated, since the original intent for that one is being used as a Java
keyword.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28802#discussion_r2620866475