Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(translations): fix pluralization in error messages. #1557

Merged
merged 9 commits into from Feb 18, 2020

Conversation

mleguen
Copy link
Member

@mleguen mleguen commented Feb 12, 2020

Note to the reviewers: this PR should be easier to review commit by commit.

fix: #1555

@mleguen mleguen requested a review from bcoe February 12, 2020 14:13
renovate bot and others added 2 commits February 12, 2020 17:02
* chore(deps): update dependency mocha to v7
* fix(tests): mocha binary is no longer '_mocha' in v7

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
"one": "Argument inconnu: %s",
"other": "Arguments inconnus: %s"
"one": "Argument inconnu : %s",
"other": "Arguments inconnus : %s"
},
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New translation to be added for #1540:

"Unknown command: %s": {
    "one": "Commande inconnue : %s",
    "other": "Commandes inconnues : %s"
  },

@bcoe bcoe changed the title fix(translations): French translations review fix(translations): fix pluralization in error messages. Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

French translactions should have a space before punctuation signs such as ":"
2 participants