Skip to content

Commit

Permalink
Fixes in French localization (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
loicgardiol authored Mar 27, 2020
1 parent 34c69fa commit 257ed1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Corona/Localization/fr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*/

"case.confirmed" = "Confirmés";
"case.active" = "Hospitalisés";
"case.recovered" = "Réanimés";
"case.active" = "Actifs";
"case.recovered" = "Guéris";
"case.deaths" = "Morts";
"region.world" = "Monde";
"chart.topCountries" = "Pays les plus touchés";
Expand Down

0 comments on commit 257ed1e

Please sign in to comment.