aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/defaultMessages.json
diff options
context:
space:
mode:
authorLibravatar Amine <amine@mouafik.fr>2020-03-31 14:09:05 +0100
committerLibravatar GitHub <noreply@github.com>2020-03-31 14:09:05 +0100
commit899d2bf551e111bdc68608dba02e93782eec9f85 (patch)
tree2ead7fcc3a8f08d74af186931267e9021d21812e /src/i18n/locales/defaultMessages.json
parentRetry flaky commands on AppVeyor (#526) (diff)
downloadferdium-app-899d2bf551e111bdc68608dba02e93782eec9f85.tar.gz
ferdium-app-899d2bf551e111bdc68608dba02e93782eec9f85.tar.zst
ferdium-app-899d2bf551e111bdc68608dba02e93782eec9f85.zip
#418 #477 Refactor Todo settings, add predefined Todo apps list
* add condition if on todo options * add drop down for todo server * fix error TODOS_FRONTEND * add todo list apps' * update name of dropdown menu to Todo Service * add other service to dropdown menu and subsetting field for user to input url * add Other Service to drop down * fixed typos * reverted wording * fix custom field * fix linting * fix linting * Delete tsconfig.tsbuildinfo * Delete tsconfig.tsbuildinfo * Delete tsconfig.tsbuildinfo * Add regex to validate custom todo url * Add note with source of regex function * Move regex function declaration to function body root * Apply code style * Add migration for todo settings * Apply code style Co-authored-by: romain <romain@jumboprivacy.com> Co-authored-by: Roman <46404814+yourcontact@users.noreply.github.com> Co-authored-by: romain <rpsa@pm.me>
Diffstat (limited to 'src/i18n/locales/defaultMessages.json')
-rw-r--r--src/i18n/locales/defaultMessages.json27
1 files changed, 20 insertions, 7 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index a5c83d7ab..906172221 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -4342,7 +4342,20 @@
4342 "line": 82 4342 "line": 82
4343 }, 4343 },
4344 "file": "src/containers/settings/EditSettingsScreen.js", 4344 "file": "src/containers/settings/EditSettingsScreen.js",
4345 "id": "settings.app.form.todoServer", 4345 "id": "settings.app.form.predefinedTodoServer",
4346 "start": {
4347 "column": 14,
4348 "line": 79
4349 }
4350 },
4351 {
4352 "defaultMessage": "!!!Custom Todo Server",
4353 "end": {
4354 "column": 3,
4355 "line": 82
4356 },
4357 "file": "src/containers/settings/EditSettingsScreen.js",
4358 "id": "settings.app.form.customTodoServer",
4346 "start": { 4359 "start": {
4347 "column": 14, 4360 "column": 14,
4348 "line": 79 4361 "line": 79
@@ -5449,39 +5462,39 @@
5449 "defaultMessage": "!!!Franz Todos are available to premium users now!", 5462 "defaultMessage": "!!!Franz Todos are available to premium users now!",
5450 "end": { 5463 "end": {
5451 "column": 3, 5464 "column": 3,
5452 "line": 20 5465 "line": 30
5453 }, 5466 },
5454 "file": "src/features/todos/components/TodosWebview.js", 5467 "file": "src/features/todos/components/TodosWebview.js",
5455 "id": "feature.todos.premium.info", 5468 "id": "feature.todos.premium.info",
5456 "start": { 5469 "start": {
5457 "column": 15, 5470 "column": 15,
5458 "line": 17 5471 "line": 27
5459 } 5472 }
5460 }, 5473 },
5461 { 5474 {
5462 "defaultMessage": "!!!Upgrade Account", 5475 "defaultMessage": "!!!Upgrade Account",
5463 "end": { 5476 "end": {
5464 "column": 3, 5477 "column": 3,
5465 "line": 24 5478 "line": 34
5466 }, 5479 },
5467 "file": "src/features/todos/components/TodosWebview.js", 5480 "file": "src/features/todos/components/TodosWebview.js",
5468 "id": "feature.todos.premium.upgrade", 5481 "id": "feature.todos.premium.upgrade",
5469 "start": { 5482 "start": {
5470 "column": 14, 5483 "column": 14,
5471 "line": 21 5484 "line": 31
5472 } 5485 }
5473 }, 5486 },
5474 { 5487 {
5475 "defaultMessage": "!!!Everyone else will have to wait a little longer.", 5488 "defaultMessage": "!!!Everyone else will have to wait a little longer.",
5476 "end": { 5489 "end": {
5477 "column": 3, 5490 "column": 3,
5478 "line": 28 5491 "line": 38
5479 }, 5492 },
5480 "file": "src/features/todos/components/TodosWebview.js", 5493 "file": "src/features/todos/components/TodosWebview.js",
5481 "id": "feature.todos.premium.rollout", 5494 "id": "feature.todos.premium.rollout",
5482 "start": { 5495 "start": {
5483 "column": 15, 5496 "column": 15,
5484 "line": 25 5497 "line": 35
5485 } 5498 }
5486 } 5499 }
5487 ], 5500 ],