We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2efc0dc commit 858887cCopy full SHA for 858887c
front/public/locales/en/errors.json
@@ -91,6 +91,11 @@
91
"WrongRailjsonVersionProvided": "Wrong railjson version provided"
92
}
93
},
94
+ "core": {
95
+ "pathfinding": {
96
+ "ZeroLengthPath": "Path length cannot be null."
97
+ }
98
+ },
99
"infra_state": {
100
"FetchError": "Error while fetching the infrastructure loading status"
101
front/public/locales/fr/errors.json
@@ -91,6 +91,10 @@
"WrongRailjsonVersionProvided": "Mauvaise version de railjson fournie"
+ "ZeroLengthPath": "La longueur d'un chemin ne peut pas être nulle."
"FetchError": "Erreur de récupération de l'état de chargement de l'infrastructure"
0 commit comments