Fixed languages and added CTRL+F to focus search

This commit is contained in:
RemixDev
2020-09-23 15:44:43 +02:00
parent 23c61e0729
commit 3fd924eebc
7 changed files with 27 additions and 15 deletions

View File

@@ -16,6 +16,7 @@ import vn from '@/lang/vn'
import hr from '@/lang/hr'
import ar from '@/lang/ar'
import ko from '@/lang/ko'
import ph from '@/lang/ph'
Vue.use(VueI18n)
@@ -37,7 +38,8 @@ const locales = {
vn,
hr,
ar,
ko
ko,
ph
}
const i18n = new VueI18n({