this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #613 from illfygli/main

Filter out languages that aren't RFC5646-shaped

authored by

Chee Aun and committed by
GitHub
082409a0 60289cdb

+1 -1
+1 -1
src/utils/localeCode2Text.jsx
··· 1 1 import mem from './mem'; 2 2 3 - const IntlDN = new Intl.DisplayNames(navigator.languages, { 3 + const IntlDN = new Intl.DisplayNames(undefined, { 4 4 type: 'language', 5 5 }); 6 6