Revert fr_FR and de_DE changes made in d43f0e6186370fdeb0ca2f3594f39783e20eef1c now JDK-8382020 is fixed
Related: RHEL-188883
This commit is contained in:
parent
1860b311ee
commit
d58af87d52
@ -50,11 +50,11 @@ public class TestTranslations {
|
||||
"Mountain Daylight Time", "MDT", "MDT",
|
||||
"Mountain Time", "MT", "MT"});
|
||||
map.put(Locale.FRANCE, new String[] { "heure normale des Rocheuses", "UTC\u221207:00", "MST",
|
||||
"heure d\u2019\u00e9t\u00e9 des Rocheuses", "UTC\u221206:00", "MST",
|
||||
"heure des Rocheuses", "UTC\u221207:00", "MST"});
|
||||
"heure d\u2019\u00e9t\u00e9 des Rocheuses", "UTC\u221206:00", "MDT",
|
||||
"heure des Rocheuses", "UTC\u221207:00", "MT"});
|
||||
map.put(Locale.GERMANY, new String[] { "Rocky-Mountains-Normalzeit", "GMT-07:00", "MST",
|
||||
"Rocky-Mountains-Sommerzeit", "GMT-06:00", "MST",
|
||||
"Rocky-Mountains-Zeit", "GMT-07:00", "MST"});
|
||||
"Rocky-Mountains-Sommerzeit", "GMT-06:00", "MDT",
|
||||
"Rocky-Mountains-Zeit", "GMT-07:00", "MT"});
|
||||
CIUDAD_JUAREZ = Collections.unmodifiableMap(map);
|
||||
}
|
||||
|
||||
|
||||
@ -2609,6 +2609,7 @@ exit 0
|
||||
- Require tzdata 2026b due to upstream inclusion of JDK-8383175
|
||||
- Drop local copy of JDK-8375294 EOPNOTSUPP patch
|
||||
- Obsolete old RHEL releases (9.7.0-z, 10.1-z)
|
||||
- Revert fr_FR and de_DE changes made in d43f0e6186370fdeb0ca2f3594f39783e20eef1c now JDK-8382020 is fixed
|
||||
- ** This tarball is embargoed until 2026-07-21 @ 1pm PT. **
|
||||
- Resolves: RHEL-188883
|
||||
- Resolves: RHEL-212294
|
||||
|
||||
Loading…
Reference in New Issue
Block a user