Skip to content

Commit

Permalink
fix(translations): add French translation for unknown command (#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
mleguen committed Feb 29, 2020
1 parent 8aae333 commit 18b0b75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions locales/fr.json
Expand Up @@ -33,6 +33,10 @@
"one": "Argument inconnu : %s",
"other": "Arguments inconnus : %s"
},
"Unknown command: %s": {
"one": "Commande inconnue : %s",
"other": "Commandes inconnues : %s"
},
"Invalid values:": "Valeurs invalides :",
"Argument: %s, Given: %s, Choices: %s": "Argument : %s, donné : %s, choix : %s",
"Argument check failed: %s": "Echec de la vérification de l'argument : %s",
Expand Down

0 comments on commit 18b0b75

Please sign in to comment.