mirror of
https://github.com/getbible/app.git
synced 2024-12-22 15:58:55 +00:00
method to find current translation
This commit is contained in:
parent
b8cd842804
commit
57c036032b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user