https://bz.apache.org/bugzilla/show_bug.cgi?id=63927
Andreas Beeker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Andreas Beeker <[email protected]> --- So according https://www.science.co.il/language/Locale-codes.php, the assumption about the mapping seems correct. What puzzles me is, that ISO 639-1 language code for Bokmål is "nb", which is not in the list. And according https://www.oracle.com/technetwork/java/javase/java8locales-2095355.html, this should be "nb-NO". Also have look at the notes. So I would ignore the no-NO-x-lvariant-NY variant and change it to the following: "no","no_no","nb","nb_no" -> 0414 "nn","nn_no" -> 0814 Correct? As a side note, we are using a hashmap here ... and add/overwrite multiple entries with the same key - this is anyway wrong :( -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
