mirror of
https://github.com/Codennnn/vue-color-avatar.git
synced 2024-12-22 12:02:38 +00:00
chore: remove useless file
This commit is contained in:
parent
46bf224ace
commit
6e28038ef4
Binary file not shown.
Before Width: | Height: | Size: 31 KiB |
@ -7,7 +7,7 @@ import zh from './locales/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.EN, Locale.ZH]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user