Skip to content

luruke/intl-localematcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intl.LocaleMatcher

Build for localematcher polyfill

https://github.com/tc39/proposal-intl-localematcher

API USAGE:

interface Options {
    algorithm: 'lookup' | 'best fit'
}

localematcher(
    requestedLocales: string[],
    availableLocales: string[],
    defaultLocale: string,
    options?: Options
): string

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published