diff --git a/front/public/locales/en/errors.json b/front/public/locales/en/errors.json index a985172b2d7..fa023eddddb 100644 --- a/front/public/locales/en/errors.json +++ b/front/public/locales/en/errors.json @@ -91,6 +91,11 @@ "WrongRailjsonVersionProvided": "Wrong railjson version provided" } }, + "core": { + "pathfinding": { + "ZeroLengthPath": "Path length cannot be null." + } + }, "infra_state": { "FetchError": "Error while fetching the infrastructure loading status" }, diff --git a/front/public/locales/fr/errors.json b/front/public/locales/fr/errors.json index 988881c0d9a..cd1df2438a9 100644 --- a/front/public/locales/fr/errors.json +++ b/front/public/locales/fr/errors.json @@ -91,6 +91,10 @@ "WrongRailjsonVersionProvided": "Mauvaise version de railjson fournie" } }, + "core": { + "pathfinding": { + "ZeroLengthPath": "La longueur d'un chemin ne peut pas être nulle." + } "infra_state": { "FetchError": "Erreur de récupération de l'état de chargement de l'infrastructure" },