Skip to content
Snippets Groups Projects
Commit 4986474f authored by Ms2ger's avatar Ms2ger Committed by Rick Waldron
Browse files

Intl: Add an overlong language to getInvalidLocaleArguments().

parent b7fb4ade
No related branches found
No related tags found
No related merge requests found
......@@ -812,6 +812,7 @@ function getInvalidLocaleArguments() {
"u-nu-latn-cu-bob", // extension sequence without language
"hans-cmn-cn", // "hans" could theoretically be a 4-letter language code,
// but those can't be followed by extlang codes.
"abcdefghi", // overlong language
"cmn-hans-cn-u-u", // duplicate singleton
"cmn-hans-cn-t-u-ca-u", // duplicate singleton
"de-gregory-gregory", // duplicate variant
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment