From 0cb51a2e209d8f6af93ab2be95e7f43deba1406a Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Sat, 8 Nov 2025 22:10:58 +0000 Subject: [PATCH] Adjust TestTranslations.java with updated German translations from CLDR 46 (JDK-8333582) (Mountain->Mountains) Related: RHEL-126022 --- TestTranslations.java | 6 +++--- java-25-openjdk.spec | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) 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 c12884e..66da015 100644 --- a/java-25-openjdk.spec +++ b/java-25-openjdk.spec @@ -2495,5 +2495,6 @@ exit 0 - Remove lible.so handling following its removal in JDK-8327476: "Upgrade JLine to 3.26.1" - Install jaxp-strict.properties.template added by JDK-8330542: "Template for Creating Strict JAXP Configuration File" - 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) - Sync the copy of the portable specfile with the latest update - Related: RHEL-126022