Added Arab language

This commit is contained in:
RemixDev
2020-08-13 18:57:26 +02:00
parent 341138ad34
commit f85c7e16e8
5 changed files with 458 additions and 6 deletions

View File

@@ -14,6 +14,7 @@ import ru from '@/lang/ru'
import tr from '@/lang/tr'
import vn from '@/lang/vn'
import hr from '@/lang/hr'
import ar from '@/lang/ar'
Vue.use(VueI18n)
@@ -33,7 +34,8 @@ const locales = {
ru,
tr,
vn,
hr
hr,
ar
}
const i18n = new VueI18n({