New French translation to match English version (October 9, 2020) [Review 2]

--> Added missing line according to the English version : "downloadAll".
--> Corrected two line breaks.
--> [Review 2] = fixed wrong quotes that were breaking the code.
This commit is contained in:
LaurentHa 2020-10-09 20:24:53 +02:00
parent 7d04c6ab16
commit c60d480c86
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ const fr = {
back: 'retour', back: 'retour',
loading: 'chargement en cours', loading: 'chargement en cours',
download: 'Télécharger {thing}', download: 'Télécharger {thing}',
downloadAll: 'Télécharger l'intégralité des {thing}', downloadAll: "Télécharger l'intégralité des {thing}",
by: 'par {artist}', by: 'par {artist}',
in: 'dans {album}', in: 'dans {album}',
download_hint: 'Télécharger', download_hint: 'Télécharger',