From 9475efdaf7ea98b9064c6dcb4359c143cdd62e2f Mon Sep 17 00:00:00 2001 From: Meri Khamoyan Date: Fri, 7 Oct 2022 10:26:57 +0200 Subject: [PATCH 1/2] #76596 add "nb-No" to filters --- icu-filters/icudt_browser.json | 1 + icu-filters/icudt_mobile.json | 1 + 2 files changed, 2 insertions(+) diff --git a/icu-filters/icudt_browser.json b/icu-filters/icudt_browser.json index 7269fefefe1..5adfae3a6a9 100644 --- a/icu-filters/icudt_browser.json +++ b/icu-filters/icudt_browser.json @@ -156,6 +156,7 @@ "ms_BN", "ms_MY", "ms_SG", + "nb-NO", "nl_AW", "nl_BE", "nl_NL", diff --git a/icu-filters/icudt_mobile.json b/icu-filters/icudt_mobile.json index e08125cef74..27d4ccc7d25 100644 --- a/icu-filters/icudt_mobile.json +++ b/icu-filters/icudt_mobile.json @@ -156,6 +156,7 @@ "ms_BN", "ms_MY", "ms_SG", + "nb-NO", "nl_AW", "nl_BE", "nl_NL", From 30091d77386c9188fa81fe4a995ed948de29b218 Mon Sep 17 00:00:00 2001 From: Meri Khamoyan Date: Fri, 7 Oct 2022 12:25:22 +0200 Subject: [PATCH 2/2] #76596 change to underscore --- icu-filters/icudt_browser.json | 2 +- icu-filters/icudt_mobile.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icu-filters/icudt_browser.json b/icu-filters/icudt_browser.json index 5adfae3a6a9..998e36719ef 100644 --- a/icu-filters/icudt_browser.json +++ b/icu-filters/icudt_browser.json @@ -156,7 +156,7 @@ "ms_BN", "ms_MY", "ms_SG", - "nb-NO", + "nb_NO", "nl_AW", "nl_BE", "nl_NL", diff --git a/icu-filters/icudt_mobile.json b/icu-filters/icudt_mobile.json index 27d4ccc7d25..ea039ae085c 100644 --- a/icu-filters/icudt_mobile.json +++ b/icu-filters/icudt_mobile.json @@ -156,7 +156,7 @@ "ms_BN", "ms_MY", "ms_SG", - "nb-NO", + "nb_NO", "nl_AW", "nl_BE", "nl_NL",