mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8263202: Update Hebrew/Indonesian/Yiddish ISO 639 language codes to current
Reviewed-by: joehw
This commit is contained in:
parent
9c346a1ec7
commit
a4c46e1e4f
35 changed files with 345 additions and 146 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1996, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1996, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -216,6 +216,13 @@ public class LocaleData {
|
|||
protected String toBundleName(String baseName, Locale locale) {
|
||||
return LocaleDataStrategy.INSTANCE.toBundleName(baseName, locale);
|
||||
}
|
||||
|
||||
/**
|
||||
* Retrieves the other bundle name for legacy ISO 639 languages.
|
||||
*/
|
||||
protected String toOtherBundleName(String baseName, String bundleName, Locale locale) {
|
||||
return Bundles.toOtherBundleName(baseName, bundleName, locale);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue