diff --git a/TestTranslations.java b/TestTranslations.java index 0b3f74b..1b02c06 100644 --- a/TestTranslations.java +++ b/TestTranslations.java @@ -52,9 +52,9 @@ public class TestTranslations { 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"}); - map.put(Locale.GERMANY, new String[] { "Rocky-Mountain-Normalzeit", "GMT-07:00", "MST", - "Rocky-Mountain-Sommerzeit", "GMT-06:00", "MST", - "Rocky-Mountain-Zeit", "GMT-07:00", "MST"}); + 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"}); CIUDAD_JUAREZ = Collections.unmodifiableMap(map); } diff --git a/java-25-openjdk.spec b/java-25-openjdk.spec index f85e7b2..c501e68 100644 --- a/java-25-openjdk.spec +++ b/java-25-openjdk.spec @@ -2480,6 +2480,7 @@ exit 0 - Update to jdk-24.0.2+12 (GA) - Update release notes with features of JDK 24 - alt-java man page installation is now handled by the OpenJDK build +- Adjust TestTranslations.java with updated German translations from CLDR 46 (JDK-8333582) (Mountain->Mountains) - Related: RHEL-120553 * Sat Oct 25 2025 Andrew Hughes - 1:23.0.2.0.7-1