Add current language utility unit test #106

Merged
jakob.scheid merged 17 commits from testing/current-language-util into main 2026-06-04 12:41:55 +02:00
Showing only changes of commit 7f01a807b9 - Show all commits
+5 -1
View File
@@ -33,6 +33,10 @@ test.for([
['zh-Hans-CN', 'zh'],
['zh-Hant-TW', 'zh'],
['uz-Latn-UZ', 'uz']
['uz-Latn-UZ', 'uz'],
['en-US-u-ca-gregory', 'en'],
['de-DE-u-co-phonebk', 'de'],
['zh-Hant-TW-u-co-phonebk', 'zh']
])('returns the language \'%s\'', ([locale, language]) => {
});