chore: Use legacy database if database build fails
This commit is contained in:
parent
be6165f422
commit
ac5bd56c03
3 changed files with 39 additions and 22 deletions
|
|
@ -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": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue