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

Roger Riggs rriggs at openjdk.java.net
Fri Apr 29 17:11:43 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.

LGTM

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

Marked as reviewed by rriggs (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/8394


More information about the i18n-dev mailing list