chore: remove useless file

This commit is contained in:
LeoKu 2021-10-17 12:51:52 +08:00
parent 46bf224ace
commit 6e28038ef4
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

View File

@ -7,7 +7,7 @@ import zh from './locales/zh'
const messages = { en, zh } const messages = { en, zh }
const [locale, fallbackLocale] = /^zh\b/.test(navigator.language) const [locale, fallbackLocale] = /^zh\b/.test(window.navigator.language)
? [Locale.ZH, Locale.EN] ? [Locale.ZH, Locale.EN]
: [Locale.EN, Locale.ZH] : [Locale.EN, Locale.ZH]