Production Conformance Catalog · 20/25
Locale matrix conformance
One or more unique BCP-47-like locale tags.
Test cases
| ID | Input | Expected | Actual |
|---|---|---|---|
| 1 | ["en"] | true | true |
| 2 | ["ru-RU"] | true | true |
| 3 | ["en-US","ru-RU"] | true | true |
| 4 | [] | false | false |
| 5 | ["bad_tag"] | false | false |
| 6 | "ru-RU" | false | false |