Slovak language (#428)

* Add Slovak Language

Co-authored-by: Mohit Panjwani <mohit.panjvani@gmail.com>
This commit is contained in:
BIIINO
2021-03-24 12:29:12 +01:00
committed by GitHub
parent a9b0d62cd6
commit 8693672b09
3 changed files with 1175 additions and 0 deletions

View File

@ -22,7 +22,9 @@ return [
["code"=>"sr", "name" => "Serbian Latin"], ["code"=>"sr", "name" => "Serbian Latin"],
["code"=>"es", "name" => "Spanish"], ["code"=>"es", "name" => "Spanish"],
["code"=>"sv", "name"=> "Svenska"], ["code"=>"sv", "name"=> "Svenska"],
["code"=>"sk", "name"=> "Slovak"],
["code"=>"vi", "name"=> "Tiếng Việt"] ["code"=>"vi", "name"=> "Tiếng Việt"]
], ],
/* /*

View File

@ -11,8 +11,10 @@ import sr from './sr.json'
import nl from './nl.json' import nl from './nl.json'
import lv from './lv.json' import lv from './lv.json'
import sv from './sv.json' import sv from './sv.json'
import sk from './sk.json'
import vi from './vi.json' import vi from './vi.json'
Vue.use(VueI18n) Vue.use(VueI18n)
const i18n = new VueI18n({ const i18n = new VueI18n({
@ -29,6 +31,7 @@ const i18n = new VueI18n({
nl, nl,
lv, lv,
sv, sv,
sk,
vi, vi,
}, },
}) })

File diff suppressed because it is too large Load Diff