feat(i18n): remaining German comments + CI strings in English
Validate / build-test (macos-latest) (push) Failing after 2s
Validate / build-test (ubuntu-latest) (push) Successful in 17s
Validate / build-test (windows-latest) (push) Failing after 18s
Validate / reports (push) Successful in 52s

Final residual translations found in code/comments/CI:
- .doorstop.yml: config comments, traceability mapping comments
- Doxyfile: header comment
- tools/render_plantuml.py: docstring
- tools/generate_test_report.py: docstring
- tests/unit_test_framework.h: doxygen brief + body
- tests/unit/test_safety_manager.c: section comment
- src/stubs/*.h: doxygen briefs for diag/display/inclinometer/logger/service/wheel-speed
- .gitea/workflows/release.yml: release notes 'Statische Analyse' + deploy error message
This commit is contained in:
Stefan Lohmaier
2026-05-12 06:14:23 -07:00
parent 8451099b90
commit c81121c3d5
13 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/**
* @file logger.h
* @brief Logger — Ringpuffer + EEPROM-Persistenz.
* @brief Logger - ring buffer + EEPROM persistence.
*
* @arch SWA-010
*