mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2026-01-25 01:40:50 +01:00
8284893: Fix typos in java.base
Reviewed-by: iris, wetmore, lancea, mullan, naoto
This commit is contained in:
@@ -2969,7 +2969,7 @@ public abstract class ResourceBundle {
|
||||
if (language.equals("zh")) {
|
||||
if (region.isEmpty()) {
|
||||
// Supply region(country) for users who still package Chinese
|
||||
// bundles using old convension.
|
||||
// bundles using old convention.
|
||||
switch (script) {
|
||||
case "Hans" -> region = "CN";
|
||||
case "Hant" -> region = "TW";
|
||||
|
||||
Reference in New Issue
Block a user