From ad344db2bfd9c98a94710f05af03e43ff7b25d8f Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 12 Jun 2026 19:36:24 +0200 Subject: [PATCH] fix(i18n): add trailing period to error_invalid_date_precision Co-Authored-By: Claude Fable 5 --- frontend/messages/de.json | 2 +- frontend/messages/en.json | 2 +- frontend/messages/es.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/messages/de.json b/frontend/messages/de.json index 054a9cd8..6fae284d 100644 --- a/frontend/messages/de.json +++ b/frontend/messages/de.json @@ -650,7 +650,7 @@ "error_invalid_person_type": "Der angegebene Personentyp ist ungültig.", "error_invalid_date_range": "Das Enddatum darf nicht vor dem Startdatum liegen.", "error_birth_after_death": "Geburtsdatum muss vor dem Sterbedatum liegen. Tipp: Falls nur das Todesjahr bekannt ist und der Geburtstag spät im selben Jahr lag, bitte das Folgejahr eintragen.", - "error_invalid_date_precision": "Datum und Genauigkeit stimmen nicht überein", + "error_invalid_date_precision": "Datum und Genauigkeit stimmen nicht überein.", "validation_last_name_required": "Nachname ist Pflichtfeld.", "validation_first_name_required": "Vorname ist Pflichtfeld.", "error_ocr_service_unavailable": "Der OCR-Dienst ist nicht verfügbar.", diff --git a/frontend/messages/en.json b/frontend/messages/en.json index 3711a251..0c51cafe 100644 --- a/frontend/messages/en.json +++ b/frontend/messages/en.json @@ -650,7 +650,7 @@ "error_invalid_person_type": "The specified person type is not valid.", "error_invalid_date_range": "The end date must not be before the start date.", "error_birth_after_death": "Birth date must be before death date. Tip: if only the death year is known and the birthday is late in the same year, enter the following year.", - "error_invalid_date_precision": "Date and precision do not match", + "error_invalid_date_precision": "Date and precision do not match.", "validation_last_name_required": "Last name is required.", "validation_first_name_required": "First name is required.", "error_ocr_service_unavailable": "The OCR service is not available.", diff --git a/frontend/messages/es.json b/frontend/messages/es.json index 8fdec571..d1695d15 100644 --- a/frontend/messages/es.json +++ b/frontend/messages/es.json @@ -650,7 +650,7 @@ "error_invalid_person_type": "El tipo de persona especificado no es válido.", "error_invalid_date_range": "La fecha final no puede ser anterior a la inicial.", "error_birth_after_death": "La fecha de nacimiento debe ser anterior a la de defunción.", - "error_invalid_date_precision": "La fecha y la precisión no coinciden", + "error_invalid_date_precision": "La fecha y la precisión no coinciden.", "validation_last_name_required": "El apellido es obligatorio.", "validation_first_name_required": "El nombre es obligatorio.", "error_ocr_service_unavailable": "El servicio OCR no está disponible.",