mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
@ -17,10 +17,11 @@ return [
|
||||
["code"=>"fr", "name" => "French"],
|
||||
["code"=>"de", "name" => "German"],
|
||||
["code"=>"it", "name" => "Italian"],
|
||||
["code"=>"pt_BR", "name" => "Portuguese (Brazilian)"],
|
||||
["code"=>"es", "name" => "Spanish"],
|
||||
["code"=>"lv", "name" => "Latvian"],
|
||||
["code"=>"pt_BR", "name" => "Portuguese (Brazilian)"],
|
||||
["code"=>"sr", "name" => "Serbian Latin"],
|
||||
["code"=>"es", "name" => "Spanish"],
|
||||
["code"=>"sv", "name"=> "Svenska"]
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
@ -10,6 +10,7 @@ import it from './it.json'
|
||||
import sr from './sr.json'
|
||||
import nl from './nl.json'
|
||||
import lv from './lv.json'
|
||||
import sv from './sv.json'
|
||||
|
||||
Vue.use(VueI18n)
|
||||
|
||||
@ -26,6 +27,7 @@ const i18n = new VueI18n({
|
||||
sr,
|
||||
nl,
|
||||
lv,
|
||||
sv,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
1172
resources/assets/js/plugins/sv.json
Normal file
1172
resources/assets/js/plugins/sv.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user