fix: Links now clickable in about dialog, add translations

This commit is contained in:
Anton Stubenbord
2023-04-28 17:55:47 +02:00
parent c58d5809a7
commit 663f1085d3
9 changed files with 123 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
{
"developedBy": "Developed by {name}",
"developedBy": "Developed by {name}.",
"@developedBy": {
"placeholders": {
"name": {}
@@ -761,5 +761,10 @@
"switchToNewAccount": "Do you want to switch to the new account? You can switch back at any time.",
"@switchToNewAccount": {
"description": "Content of the dialog shown after adding an account, asking the user whether to switch to the newly added account or not."
},
"sourceCode": "Source Code",
"findTheSourceCodeOn": "Find the source code on",
"@findTheSourceCodeOn": {
"description": "Text before link to Paperless Mobile GitHub"
}
}