RFR: 8373119: JDK 26 RDP1 L10n resource files update [v3]

Justin Lu jlu at openjdk.org
Mon Dec 15 21:16:08 UTC 2025


On Mon, 15 Dec 2025 19:52:35 GMT, Damon Nguyen <dnguyen at openjdk.org> 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


More information about the javadoc-dev mailing list