chore: Use legacy database if database build fails

This commit is contained in:
krille-chan 2023-12-31 08:39:05 +01:00
commit ac5bd56c03
No known key found for this signature in database
3 changed files with 39 additions and 22 deletions

View file

@ -2384,5 +2384,13 @@
"addChatOrSubSpace": "Add chat or sub space",
"subspace": "Subspace",
"decline": "Decline",
"thisDevice": "This device:"
"thisDevice": "This device:",
"initAppError": "An error occured while init the app",
"databaseBuildErrorBody": "Unable to build the SQlite database. The app tries to use the legacy database for now. Please report this error to the developers at {url}",
"@databaseBuildErrorBody": {
"type": "text",
"placeholders": {
"url": {}
}
}
}