Skip to content

Commit

Permalink
Add parentheses arround 's' to mean eventualy plurial
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfacq committed Sep 13, 2023
1 parent d37d4fb commit 730c78c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locales/fr/asciidoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"asciidoc.edit.link.content": "Tous les documents Adoptium sont open source. Vous voyez quelque chose qui ne va pas ou qui n'est pas clair ?",
"asciidoc.edit.link.button": "Modifier cette page",
"asciidoc.table.of.contents": "Table des matières",
"asciidoc.random.contributor.text": "Merci <profileUri>{{login}}</profileUri> d'avoir faire <commitsListUri>{{contributionsCount}} contributions</commitsListUri> dans <repoUri>{{repo}}</repoUri>"
"asciidoc.random.contributor.text": "Merci <profileUri>{{login}}</profileUri> d'avoir faire <commitsListUri>{{contributionsCount}} contribution(s)</commitsListUri> dans <repoUri>{{repo}}</repoUri>"
}
2 changes: 1 addition & 1 deletion src/components/RandomContributor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const RandomContributor = (): JSX.Element => {
<div className="random-contributor__thank">
<Trans
i18nKey="asciidoc.random.contributor.text"
defaults='Thank you <profileUri>{{login}}</profileUri> for making <commitsListUri>{{contributionsCount}} contributions</commitsListUri> to <repoUri>{{repo}}</repoUri>'
defaults='Thank you <profileUri>{{login}}</profileUri> for making <commitsListUri>{{contributionsCount}} contribution(s)</commitsListUri> to <repoUri>{{repo}}</repoUri>'
components={{
profileUri: <Link href={contributor.profileUri} target="_blank" rel="nofollow noopener noreferrer" />,
commitsListUri: <Link href={contributor.commitsListUri} target="_blank" rel="nofollow noopener noreferrer"/>,
Expand Down

0 comments on commit 730c78c

Please sign in to comment.