Skip to content

Commit

Permalink
Merge pull request #201 from libussa/master
Browse files Browse the repository at this point in the history
Fix french translation
  • Loading branch information
mlamberts78 committed Aug 21, 2024
2 parents c65b401 + 7eb8457 commit d74ff97
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ const locale = {
'windy-variant': 'Blåsigt'
},
fr: {
'tempHi': 'Temperature max',
'tempLo': 'Temperature min',
'tempHi': 'Température max',
'tempLo': 'Température min',
'precip': 'Précipitations',
'feelsLike': 'Ressenti',
'units': {
Expand All @@ -358,18 +358,18 @@ const locale = {
'N', 'N-NE', 'NE', 'E-NE', 'E', 'E-SE', 'SE', 'S-SE',
'S', 'S-SO', 'SO', 'O-SO', 'O', 'O-NO', 'NO', 'N-NO', 'N'
],
'clear-night': 'Nuit dégagé',
'clear-night': 'Nuit dégagée',
'cloudy': 'Nuageux',
'fog': 'Brouillard',
'hail': 'Grèle',
'lightning': 'Tonnère',
'lightning-rainy': 'Orage',
'partlycloudy': 'Couvert partielle',
'pouring': 'Forte Pluie',
'hail': 'Grêle',
'lightning': 'Orage',
'lightning-rainy': 'Orage et Pluie',
'partlycloudy': 'Éclaircies',
'pouring': 'Fortes Pluies',
'rainy': 'Pluie',
'snowy': 'Neige',
'snowy-rainy': 'Neige et Pluie',
'sunny': 'Ensoleillée',
'sunny': 'Ensoleillé',
'windy': 'Venteux',
'windy-variant': 'Venteux'
},
Expand Down

0 comments on commit d74ff97

Please sign in to comment.