Added Croatian and Vietnamese
This commit is contained in:
@@ -12,6 +12,8 @@ import pt from '@/lang/pt-pt'
|
||||
import ptBr from '@/lang/pt-br'
|
||||
import ru from '@/lang/ru'
|
||||
import tr from '@/lang/tr'
|
||||
import vn from '@/lang/vn'
|
||||
import hr from '@/lang/hr'
|
||||
|
||||
Vue.use(VueI18n)
|
||||
|
||||
@@ -29,7 +31,9 @@ const locales = {
|
||||
pt,
|
||||
ptBr,
|
||||
ru,
|
||||
tr
|
||||
tr,
|
||||
vn,
|
||||
hr
|
||||
}
|
||||
|
||||
const i18n = new VueI18n({
|
||||
|
||||
Reference in New Issue
Block a user