Skip to content

Commit

Permalink
fix(locales): fix locales
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Nov 21, 2024
1 parent cba8204 commit c3be36d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
7 changes: 5 additions & 2 deletions client/src/pages/publications/[id]/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
"publications.signals.bug": "Report an error",
"publications.section.software.title": "Software mentions",
"publications.section.software.legend": "Software mentions found by scanR in the publication.",
"search.publications.thesis.by": " by "
}
"search.publications.thesis.by": " by ",
"search.publications.closedAccess": "Closed access",
"search.publications.openAccess": "Open access",
"search.publications.thesis.and": " and "
}
5 changes: 3 additions & 2 deletions client/src/pages/publications/[id]/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@
"search.publications.thesis.by": " par ",
"search.publications.openAccess": "Accès ouvert",
"search.publications.closedAccess": "Accès fermé",
"search.publications.other": "Autre"
}
"search.publications.other": "Autre",
"search.publications.thesis.and": " et "
}
2 changes: 1 addition & 1 deletion client/src/pages/search/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@
"search.analytics.publications.by-authors.description": "Calculé à partir des résultats de la recherche",
"search.analytics.publications.by-reviews.title": "Top 10 des revues",
"search.analytics.publications.by-reviews.description": "Calculé à partir des résultats de la recherche"
}
}

0 comments on commit c3be36d

Please sign in to comment.