Skip to content

Commit

Permalink
Update to qwc-services-core==1.3.33
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Nov 17, 2024
1 parent 03c5a73 commit e82f594
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions src/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@
"title": "Konfigurationseditor",
"update_message_success": "wurde aktualisiert"
},
"json_editor": {
"title": "title"
},
"themes": {
"backgroundlayers": {
"action_created": "erstellt",
Expand Down
3 changes: 3 additions & 0 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@
"title": "Config Editor",
"update_message_success": "has been updated"
},
"json_editor": {
"title": "title"
},
"themes": {
"backgroundlayers": {
"action_created": "created",
Expand Down
3 changes: 3 additions & 0 deletions src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@
"title": "Editeur des configurations",
"update_message_success": "a été mis à jour"
},
"json_editor": {
"title": "title"
},
"themes": {
"backgroundlayers": {
"action_created": "créé",
Expand Down
1 change: 1 addition & 0 deletions src/translations/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e82f594

Please sign in to comment.