<i18n dev> RFR: 8282227: Locale information for nb is not working properly

Eivind Bergstøl duke at openjdk.org
Fri Sep 30 13:52:36 UTC 2022


On Tue, 26 Apr 2022 00:32:48 GMT, Naoto Sato <naoto at openjdk.org> wrote:

> This was caused by incorporating CLDR v39, which switched the Norwegian locale inheritance from `no` -> `nb` to `nb` ->`no` and moved the resources from `nb` to `no`, which now contradicts Java's locale fallback. Explicitly inheriting `no` from `nb` will fix the issue.

Will this fix make its way back to java 17?

-------------

PR: https://git.openjdk.org/jdk/pull/8394


More information about the i18n-dev mailing list