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

Naoto Sato naoto at openjdk.java.net
Tue Apr 26 00:40:38 UTC 2022


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.

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

Commit messages:
 - 8282227: Locale information for nb is not working properly

Changes: https://git.openjdk.java.net/jdk/pull/8394/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=8394&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8282227
  Stats: 79 lines in 2 files changed: 74 ins; 1 del; 4 mod
  Patch: https://git.openjdk.java.net/jdk/pull/8394.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/8394/head:pull/8394

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


More information about the i18n-dev mailing list