From 81c593cd80af0faae311193cb46471d74f2271ad Mon Sep 17 00:00:00 2001 From: Chris Cuellar <58723+ChrisC@users.noreply.github.com> Date: Sun, 5 Oct 2025 13:52:06 -0700 Subject: [PATCH] adds intl-locale and intl-locale-info --- WEB_FEATURES.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/WEB_FEATURES.yml b/WEB_FEATURES.yml index 82b7098aff..beec90db25 100644 --- a/WEB_FEATURES.yml +++ b/WEB_FEATURES.yml @@ -319,6 +319,27 @@ features: tags: - generators + - name: intl-locale + files: + - test/intl402/Locale + tags: + - "!Intl.Locale-info" + + - name: intl-locale-info + files: + - test/intl402/Locale + tags: + - Intl.Locale-info + - name: intl-locale-info + files: + - test/intl402/Locale/prototype/getCalendars + - test/intl402/Locale/prototype/getCollations + - test/intl402/Locale/prototype/getHourCycles + - test/intl402/Locale/prototype/getNumberingSystems + - test/intl402/Locale/prototype/getTextInfo + - test/intl402/Locale/prototype/getTimeZones + - test/intl402/Locale/prototype/getWeekInfo + - name: intl-plural-rules files: - test/intl402/PluralRules