Hi thank you for adding that to the others !
I wasn’t aware we could not have sqlite, I was sure it came by default (i dont remember ever installing it).
Indeed this should help. The issue was on the default creation of the database. When I tried the solution with @playforvoices i created a default database with a default API token that he could overwrite.
–
Those two problems led me to fast forward one of the features I wanted to add: “free translation for all” . In the next update, everyone gets 65 words to translate, on me, and then you need to add your own API. So people that don’t need to translate that often can still benefit from the app.
The code is ready, only thing blocking me from releasing it is purely esthetic… As you see in the image bellow, I can’t manage to make the history of the translated words to fit in the screen. And I also did not find a way for the list to start bellow the header.
In the ListPage.qml of the componentgallery app (the default app from Jolla) they use a
header: PageHeader {
title: "List and menus"
}
but that header:
thing does not work on my side…
So if anyone has an idea on how to solve this: