mirror of
https://github.com/crater-invoice/crater.git
synced 2025-12-17 02:42:54 -05:00
Serbian language support (latin) made better
This commit is contained in:
@@ -8,7 +8,6 @@ import de from './de.json'
|
||||
import pt_BR from './pt-br.json'
|
||||
import it from './it.json'
|
||||
import sr_LA from './sr-latn.json'
|
||||
import sr_CY from './sr-cyrl.json'
|
||||
|
||||
Vue.use(VueI18n)
|
||||
|
||||
@@ -22,8 +21,7 @@ const i18n = new VueI18n({
|
||||
de,
|
||||
pt_BR,
|
||||
it,
|
||||
sr_LA, // Serbian Latin
|
||||
sr_CY, // Serbian Cyrilic
|
||||
sr_LA,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user