Skip to content

Commit 858887c

Browse files
committed
fixup! front: add new stdcm error when origin and destination are the same
1 parent 2efc0dc commit 858887c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

front/public/locales/en/errors.json

+5
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@
9191
"WrongRailjsonVersionProvided": "Wrong railjson version provided"
9292
}
9393
},
94+
"core": {
95+
"pathfinding": {
96+
"ZeroLengthPath": "Path length cannot be null."
97+
}
98+
},
9499
"infra_state": {
95100
"FetchError": "Error while fetching the infrastructure loading status"
96101
},

front/public/locales/fr/errors.json

+4
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@
9191
"WrongRailjsonVersionProvided": "Mauvaise version de railjson fournie"
9292
}
9393
},
94+
"core": {
95+
"pathfinding": {
96+
"ZeroLengthPath": "La longueur d'un chemin ne peut pas être nulle."
97+
}
9498
"infra_state": {
9599
"FetchError": "Erreur de récupération de l'état de chargement de l'infrastructure"
96100
},

0 commit comments

Comments
 (0)