style(i18n): add missing newline at EOF in JSON files
All checks were successful
Auto Changelog & Release / detect-version-change (push) Successful in 2s
CI / build (push) Successful in 7s
Auto Changelog & Release / release (push) Has been skipped
Auto Changelog & Release / changelog-only (push) Successful in 6s

- Ensures JSON files adhere to standard formatting by adding a newline
  at the end of the file.
This commit is contained in:
2025-05-28 18:14:50 +02:00
parent c02da70902
commit 54d71ba3f0
2 changed files with 2 additions and 2 deletions

View File

@@ -19,4 +19,4 @@
"hint_header": "\nℹ️ Hinweis:",
"error_write_units": "Fehler beim Schreiben der Units:",
"rollback_failed": "Rollback fehlgeschlagen:"
}
}

View File

@@ -19,4 +19,4 @@
"hint_header": "\nℹ️ Note:",
"error_write_units": "Error while writing unit files:",
"rollback_failed": "Rollback failed:"
}
}