diff --git a/README.md b/README.md index e9664cf9a..0dc9ea979 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ See documentation for [lingva-translate](https://github.com/thedaviddelta/lingva These are self-hosted by other wonderful folks. -- [ferengi.one](https://m.ferengi.one/) by [@david@collantes.social](https://collantes.social/@david) +- [ferengi.one](https://m.ferengi.one/) by [@david@weaknotes.com](https://weaknotes.com/@david) - [phanpy.blaede.family](https://phanpy.blaede.family/) by [@cassidy@blaede.family](https://mastodon.blaede.family/@cassidy) - [phanpy.mstdn.mx](https://phanpy.mstdn.mx/) by [@maop@mstdn.mx](https://mstdn.mx/@maop) - [phanpy.vmst.io](https://phanpy.vmst.io/) by [@vmstan@vmst.io](https://vmst.io/@vmstan) @@ -211,6 +211,7 @@ These are self-hosted by other wonderful folks. - [halo.mookiesplace.com](https://halo.mookiesplace.com) by [@mookie@mookiesplace.com](https://mookiesplace.com/@mookie) - [social.qrk.one](https://social.qrk.one) by [@kev@fosstodon.org](https://fosstodon.org/@kev) - [phanpy.cz](https://phanpy.cz) by [@zdendys@mamutovo.cz](https://mamutovo.cz/@zdendys) +- [phanpy.social.tchncs.de](https://phanpy.social.tchncs.de) by [@milan@social.tchncs.de](https://social.tchncs.de/@milan) > Note: Add yours by creating a pull request. diff --git a/src/utils/localeCode2Text.jsx b/src/utils/localeCode2Text.jsx index 5c8ada7f0..aea47ef11 100644 --- a/src/utils/localeCode2Text.jsx +++ b/src/utils/localeCode2Text.jsx @@ -1,6 +1,6 @@ import mem from './mem'; -const IntlDN = new Intl.DisplayNames(navigator.languages, { +const IntlDN = new Intl.DisplayNames(undefined, { type: 'language', });