diff --git a/modules/soundcloud/strings.json b/modules/soundcloud/strings.json index a3eb6d4..eab2a34 100644 --- a/modules/soundcloud/strings.json +++ b/modules/soundcloud/strings.json @@ -1,8 +1,10 @@ { "sc_track": { - "en": "[{title} by {artist} — {genre} — \u000312▶\u000f{plays} \u000304♥\u000f{favs}]" + "en": "[{title} by {artist} — {genre} — \u000312▶\u000f{plays} \u000304♥\u000f{favs}]", + "en": "[{title} par {artist} — {genre} — \u000312▶\u000f{plays} \u000304♥\u000f{favs}]" }, "sc_notrack": { - "en": "No results found." + "en": "No results found.", + "fr": "Aucun résultat trouvé." } }