mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
Added Serbian translation. Živela Srbija!
This commit is contained in:
@ -150,8 +150,8 @@ class CompanyController extends Controller
|
||||
["code"=>"de", "name" => "German"],
|
||||
["code"=>"it", "name" => "Italian"],
|
||||
["code"=>"es", "name" => "Spanish"],
|
||||
["code"=>"sr-latn", "name" => "Srpski"],
|
||||
["code"=>"sr-cyrl", "name" => "Српски"],
|
||||
["code"=>"sr_LA", "name" => "Srpski"],
|
||||
["code"=>"sr_CY", "name" => "Српски"],
|
||||
["code"=>"ar", "name" => "العربية"],
|
||||
];
|
||||
|
||||
|
||||
@ -48,8 +48,8 @@ class OnboardingController extends Controller
|
||||
["code"=>"en", "name" => "English"],
|
||||
["code"=>"fr", "name" => "French"],
|
||||
["code"=>"es", "name" => "Spanish"],
|
||||
["code"=>"sr-latn", "name" => "Srpski"],
|
||||
["code"=>"sr-cyrl", "name" => "Српски"],
|
||||
["code"=>"sr_LA", "name" => "Srpski"],
|
||||
["code"=>"sr_CY", "name" => "Српски"],
|
||||
["code"=>"ar", "name" => "العربية"],
|
||||
["code"=>"de", "name" => "German"],
|
||||
["code"=>"pt-br", "name" => "Portuguese (Brazilian)"],
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -1,4 +1,4 @@
|
||||
{
|
||||
"/assets/js/app.js": "/assets/js/app.js?id=e5120fe62a5208dafded",
|
||||
"/assets/js/app.js": "/assets/js/app.js?id=ee175e950e71dd90c6f0",
|
||||
"/assets/css/crater.css": "/assets/css/crater.css?id=f5a1617422acad8e44a1"
|
||||
}
|
||||
|
||||
@ -7,8 +7,8 @@ import ar from './ar.json'
|
||||
import de from './de.json'
|
||||
import pt_BR from './pt-br.json'
|
||||
import it from './it.json'
|
||||
import sr_LATN from './sr-latn.json'
|
||||
import sr_CYRL from './sr-cyrl.json'
|
||||
import sr_LA from './sr-latn.json'
|
||||
import sr_CY from './sr-cyrl.json'
|
||||
|
||||
Vue.use(VueI18n)
|
||||
|
||||
@ -22,8 +22,8 @@ const i18n = new VueI18n({
|
||||
de,
|
||||
pt_BR,
|
||||
it,
|
||||
sr_LATN,
|
||||
sr_CYRL,
|
||||
sr_LA, // Serbian Latin
|
||||
sr_CY, // Serbian Cyrilic
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user