mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
Merge branch 'master' of https://github.com/bytefury/crater
This commit is contained in:
@ -21,7 +21,8 @@ return [
|
|||||||
["code"=>"pt_BR", "name" => "Portuguese (Brazilian)"],
|
["code"=>"pt_BR", "name" => "Portuguese (Brazilian)"],
|
||||||
["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"=>"vi", "name"=> "Tiếng Việt"]
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -11,6 +11,7 @@ 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 vi from './vi.json'
|
||||||
|
|
||||||
Vue.use(VueI18n)
|
Vue.use(VueI18n)
|
||||||
|
|
||||||
@ -28,6 +29,7 @@ const i18n = new VueI18n({
|
|||||||
nl,
|
nl,
|
||||||
lv,
|
lv,
|
||||||
sv,
|
sv,
|
||||||
|
vi,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
1193
resources/assets/js/plugins/vi.json
Normal file
1193
resources/assets/js/plugins/vi.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user