mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
Slovak language (#428)
* Add Slovak Language Co-authored-by: Mohit Panjwani <mohit.panjvani@gmail.com>
This commit is contained in:
@ -22,7 +22,9 @@ return [
|
||||
["code"=>"sr", "name" => "Serbian Latin"],
|
||||
["code"=>"es", "name" => "Spanish"],
|
||||
["code"=>"sv", "name"=> "Svenska"],
|
||||
["code"=>"sk", "name"=> "Slovak"],
|
||||
["code"=>"vi", "name"=> "Tiếng Việt"]
|
||||
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
@ -11,8 +11,10 @@ import sr from './sr.json'
|
||||
import nl from './nl.json'
|
||||
import lv from './lv.json'
|
||||
import sv from './sv.json'
|
||||
import sk from './sk.json'
|
||||
import vi from './vi.json'
|
||||
|
||||
|
||||
Vue.use(VueI18n)
|
||||
|
||||
const i18n = new VueI18n({
|
||||
@ -29,6 +31,7 @@ const i18n = new VueI18n({
|
||||
nl,
|
||||
lv,
|
||||
sv,
|
||||
sk,
|
||||
vi,
|
||||
},
|
||||
})
|
||||
|
||||
1170
resources/assets/js/plugins/sk.json
Normal file
1170
resources/assets/js/plugins/sk.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user