This website requires JavaScript.
Explore
Help
Register
Sign In
cupadev
/
owlcub-academy
Watch
1
Star
0
Fork
You've already forked owlcub-academy
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
547083ed91
owlcub-academy
/
node_modules
/
@formatjs
/
intl-localematcher
/
lib
/
abstract
/
CanonicalizeUnicodeLocaleId.js
4 lines
104 B
JavaScript
Raw
Blame
History
export
function
CanonicalizeUnicodeLocaleId
(
locale
)
{
return
Intl
.
getCanonicalLocales
(
locale
)
[
0
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink