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

Naoto Sato naoto at openjdk.java.net
Fri Apr 29 17:24:41 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.

This pull request has now been integrated.

Changeset: 3d07b3c7
Author:    Naoto Sato <naoto at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/3d07b3c7f01b60ff4dc38f62407c212b48883dbf
Stats:     79 lines in 2 files changed: 74 ins; 1 del; 4 mod

8282227: Locale information for nb is not working properly

Reviewed-by: rriggs

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

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


More information about the i18n-dev mailing list