Skip to content

Commit

Permalink
feat: Add missing translation for modes of transport
Browse files Browse the repository at this point in the history
  • Loading branch information
Merkur39 committed Oct 6, 2023
1 parent afcc791 commit 93e669d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions packages/cozy-harvest-lib/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -562,11 +562,14 @@
"modes": {
"AIR_OR_HSR": "Plane",
"BICYCLING": "Bike",
"BUS": "Bus",
"CAR": "Car",
"SUBWAY": "Subway",
"IN_VEHICLE": "Vehicle",
"TRAIN": "Train",
"UNKNOWN": "",
"WALKING": "Walking"
"UNKNOWN": "Unknown",
"WALKING": "Walking",
"ON_FOOT": "Walking",
"RUNNING": "Running"
}
},
"files": {
Expand Down
9 changes: 6 additions & 3 deletions packages/cozy-harvest-lib/src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -562,11 +562,14 @@
"modes": {
"AIR_OR_HSR": "Avion",
"BICYCLING": "Vélo",
"BUS": "Bus",
"CAR": "Voiture",
"SUBWAY": "Métro",
"IN_VEHICLE": "Véhicule",
"TRAIN": "Train",
"UNKNOWN": "",
"WALKING": "Marche"
"UNKNOWN": "Non reconnu",
"WALKING": "Marche",
"ON_FOOT": "Marche",
"RUNNING": "Course"
}
},
"files": {
Expand Down

0 comments on commit 93e669d

Please sign in to comment.