Merge pull request #311 from artfuld/master

Swedish locale
This commit is contained in:
Mohit Panjwani
2020-12-18 14:03:03 +05:30
committed by GitHub
3 changed files with 1177 additions and 2 deletions

View File

@ -17,10 +17,11 @@ return [
["code"=>"fr", "name" => "French"], ["code"=>"fr", "name" => "French"],
["code"=>"de", "name" => "German"], ["code"=>"de", "name" => "German"],
["code"=>"it", "name" => "Italian"], ["code"=>"it", "name" => "Italian"],
["code"=>"pt_BR", "name" => "Portuguese (Brazilian)"],
["code"=>"es", "name" => "Spanish"],
["code"=>"lv", "name" => "Latvian"], ["code"=>"lv", "name" => "Latvian"],
["code"=>"pt_BR", "name" => "Portuguese (Brazilian)"],
["code"=>"sr", "name" => "Serbian Latin"], ["code"=>"sr", "name" => "Serbian Latin"],
["code"=>"es", "name" => "Spanish"],
["code"=>"sv", "name"=> "Svenska"]
], ],
/* /*

View File

@ -10,6 +10,7 @@ import it from './it.json'
import sr from './sr.json' 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'
Vue.use(VueI18n) Vue.use(VueI18n)
@ -26,6 +27,7 @@ const i18n = new VueI18n({
sr, sr,
nl, nl,
lv, lv,
sv,
}, },
}) })

File diff suppressed because it is too large Load Diff