Skip to content

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

Merged
bcoe merged 9 commits intomasterfrom
1555-fix-french-translations
Feb 18, 2020
Merged

fix(translations): fix pluralization in error messages.#1557
bcoe merged 9 commits intomasterfrom
1555-fix-french-translations

Conversation

@mleguen
Copy link
Copy Markdown
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>
"other": "Arguments inconnus: %s"
"one": "Argument inconnu : %s",
"other": "Arguments inconnus : %s"
},
Copy link
Copy Markdown
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
@bcoe bcoe merged commit 94fa38c into master Feb 18, 2020
@bcoe bcoe deleted the 1555-fix-french-translations branch February 18, 2020 23:36
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