Merge branch 'bluesky-social:main' into zh

This commit is contained in:
Kuwa Lee 2024-06-19 02:47:38 +08:00 committed by GitHub
commit a6d49062e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 374 additions and 159 deletions

View file

@ -1,5 +1,5 @@
import '@formatjs/intl-locale/polyfill'
import '@formatjs/intl-pluralrules/polyfill'
import '@formatjs/intl-pluralrules/polyfill-force' // Don't remove -force because detection is very slow
import '@formatjs/intl-pluralrules/locale-data/en'
import {useEffect} from 'react'