Skip to content

Commit

Permalink
fix(locales): add missing locales
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Jul 9, 2024
1 parent 340e90c commit c59bf51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion client/src/pages/publications/[id]/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
"publications.signals.fundings": "Add funding",
"publications.signals.bug": "Report an error",
"publications.section.softwares.title": "Software mentions",
"publications.section.softwares.legend": "Software mentions found by scanR in the publication."
"publications.section.softwares.legend": "Software mentions found by scanR in the publication.",
"search.publications.thesis.by": " by "
}
9 changes: 5 additions & 4 deletions client/src/pages/publications/[id]/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"publications.section.jury.membrejury": "Membre du jury",
"publications.header.thesis.by": "par ",
"publications.header.thesis.and": " et ",
"search.publications.openAccess": "Accès ouvert",
"search.publications.closedAccess": "Accès fermé",
"search.publications.other": "Autre",
"publications.header.thesis.directed": " sous la direction de ",
"publications.header.thesis.date": "soutenue le {date}",
"publications.header.thesis.year": "soutenue en {year}",
Expand All @@ -38,5 +35,9 @@
"publications.signals.fundings": "Ajouter un financement",
"publications.signals.bug": "Signaler une erreur",
"publications.section.softwares.title": "Mentions de logiciels",
"publications.section.softwares.legend": "Les mentions de logiciels retrouvées par scanR dans la publication."
"publications.section.softwares.legend": "Les mentions de logiciels retrouvées par scanR dans la publication.",
"search.publications.thesis.by": " par ",
"search.publications.openAccess": "Accès ouvert",
"search.publications.closedAccess": "Accès fermé",
"search.publications.other": "Autre"
}

0 comments on commit c59bf51

Please sign in to comment.