Skip to content

Commit

Permalink
fix(i18n,fr): add a missing initial letter for hgv
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkid authored Apr 21, 2024
1 parent f4dd928 commit e7b1b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/i18n/ors-map-filters.i18n.fr-fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
'driving-car': 'Voiture',
'driving-hgv': 'Véhicule lourd',
'wheelchair': 'Fauteuil roulant',
'hgv': 'éhicule lourd',
'hgv': 'Véhicule lourd',
'bus': 'Bus',
'agricultural': 'Véhicule agricole',
'delivery': 'Camion de livraison',
Expand Down

0 comments on commit e7b1b92

Please sign in to comment.