From e82f5942048532b0ed7d77198a8eb6f6fe15cc07 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Sun, 17 Nov 2024 18:42:39 +0100 Subject: [PATCH] Update to qwc-services-core==1.3.33 --- requirements.txt | 2 +- src/translations/de.json | 3 +++ src/translations/en.json | 3 +++ src/translations/fr.json | 3 +++ src/translations/tsconfig.json | 1 + 5 files changed, 11 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1c05f4f..25a30de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,6 @@ requests==2.32.0 SQLAlchemy==2.0.29 Werkzeug==3.0.6 email_validator==2.1.0.post1 -qwc-services-core==1.3.32 +qwc-services-core==1.3.33 python-i18n==0.3.9 deepmerge==1.1.0 diff --git a/src/translations/de.json b/src/translations/de.json index 8eac7ba..1268a5c 100644 --- a/src/translations/de.json +++ b/src/translations/de.json @@ -175,6 +175,9 @@ "title": "Konfigurationseditor", "update_message_success": "wurde aktualisiert" }, + "json_editor": { + "title": "title" + }, "themes": { "backgroundlayers": { "action_created": "erstellt", diff --git a/src/translations/en.json b/src/translations/en.json index ace5def..c0e9694 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -175,6 +175,9 @@ "title": "Config Editor", "update_message_success": "has been updated" }, + "json_editor": { + "title": "title" + }, "themes": { "backgroundlayers": { "action_created": "created", diff --git a/src/translations/fr.json b/src/translations/fr.json index 4d1a0aa..bb625c0 100644 --- a/src/translations/fr.json +++ b/src/translations/fr.json @@ -175,6 +175,9 @@ "title": "Editeur des configurations", "update_message_success": "a été mis à jour" }, + "json_editor": { + "title": "title" + }, "themes": { "backgroundlayers": { "action_created": "créé", diff --git a/src/translations/tsconfig.json b/src/translations/tsconfig.json index dbc7890..b13cbd1 100644 --- a/src/translations/tsconfig.json +++ b/src/translations/tsconfig.json @@ -159,6 +159,7 @@ "plugins.config_editor.subtitle", "plugins.config_editor.title", "plugins.config_editor.update_message_success", + "plugins.json_editor.title", "plugins.themes.backgroundlayers.action_created", "plugins.themes.backgroundlayers.action_updated", "plugins.themes.backgroundlayers.create_message_error",