4
2
mirror of https://github.com/getbible/app.git synced 2024-06-10 14:22:21 +00:00

method to find current translation

This commit is contained in:
Erastus Amunwe 2020-10-27 22:41:27 +02:00
parent b8cd842804
commit 57c036032b

View File

@ -98,7 +98,7 @@ export default {
methods:{ methods:{
t(i){ t(i){
return this.translations.find(t => t.abbreviation === i) return this.translations.find(t => t.abbreviation === i)
}, },
async update_chapter() { async update_chapter() {
// this.loading = true // this.loading = true
this.progress = 95 this.progress = 95