From: Giorgio Ravera Date: Wed, 5 Aug 2026 18:45:52 +0000 (+0200) Subject: Fixed files not end with a newline X-Git-Tag: v0.0.2~4 X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=f1aeebc0dc4f30e652c9b975804dfaae1fa8b833;p=network-manager.git Fixed files not end with a newline --- diff --git a/backend/routes/localization.py b/backend/routes/localization.py index 17ce50f..354cc48 100644 --- a/backend/routes/localization.py +++ b/backend/routes/localization.py @@ -84,4 +84,4 @@ def get_translations(lang: str): "status": "failure", "message": "Internal error loading translations", }, - ) \ No newline at end of file + ) diff --git a/frontend/locales/en.json b/frontend/locales/en.json index 87f3105..b01bc9f 100644 --- a/frontend/locales/en.json +++ b/frontend/locales/en.json @@ -178,7 +178,7 @@ "backup.card.description": "Backup execution and archive management.", "backup.modal.title": "Backup Management", "backup.create": "Create Backup", - "backup.create.progress": "Create…", + "backup.create.progress": "Create�", "backup.manage": "Backup Management", "backup.available": "Available backups", "backup.name": "Name", @@ -304,4 +304,4 @@ "validation.config.invalid_number": "Invalid numeric value", "validation.config.invalid": "Invalid configuration value" } -} \ No newline at end of file +} diff --git a/frontend/locales/it.json b/frontend/locales/it.json index 27d4766..a7d41ec 100644 --- a/frontend/locales/it.json +++ b/frontend/locales/it.json @@ -304,4 +304,4 @@ "validation.config.invalid_number": "Valore numerico non valido", "validation.config.invalid": "Valore del parametro non valido" } -} \ No newline at end of file +}