Added Croatian and Vietnamese

This commit is contained in:
RemixDev
2020-08-03 13:47:32 +02:00
parent 5255b2a25d
commit 73bed06a94
4 changed files with 361 additions and 7 deletions

View File

@@ -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({