Serbian language support (latin) made better

This commit is contained in:
Stefan Azaric
2020-07-26 23:07:49 +02:00
parent 60f5d29570
commit b4a7c724db
6 changed files with 3 additions and 946 deletions

View File

@@ -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,
},
})