Skip to content

Commit

Permalink
feat: changed about
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Dec 8, 2024
1 parent 5923cb9 commit ae6122a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/src/data/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"sheetDialogTitle": "Share sheet"
},
"aboutPage": {
"description": "Remède is an open source dictionary built on extern resources.",
"moreInformationCredits": "For more information about our data provenance, or how it is built, please visit the documentation on our",
"description": "Remède is an open source dictionary built on extern resources. Check our",
"moreInformationCredits": "For more information about our data provenance, or how it is built, please visit the online documentation at",
"contributors": "Contributors",
"donors": "Donors",
"contributorsAndDonors": "Contributors & donors",
Expand Down
4 changes: 2 additions & 2 deletions app/src/data/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"sheetDialogTitle": "Partager la fiche"
},
"aboutPage": {
"description": "Remède est un dictionnaire français libre, construit sur plusieurs services tiers.",
"moreInformationCredits": "Pour plus d'informations concernant la provenance des données de nos dictionnaires et leur construction, visitez la documentation sur notre",
"description": "Remède est un dictionnaire français libre, construit sur plusieurs services tiers. Conçu pour être puissant, reliable et facilement utilisable, Remède est votre meilleur ami linguistique. Le code source est disponible sur notre ",
"moreInformationCredits": "Pour plus d'informations concernant la provenance des données de nos dictionnaires et leur construction, visitez la documentation en ligne à",
"contributors": "Contributeurs",
"donors": "Donateurs",
"contributorsAndDonors": "Contributeurs & donateurs",
Expand Down
3 changes: 2 additions & 1 deletion app/src/views/AboutView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@
<ion-content class="ion-padding">
<p>
{{ $t('aboutPage.description') }}
<a href="https://github.com/camarm-dev/remede" target="_blank">{{ $t('repository') }}</a>.
</p>
<p>
{{ $t('aboutPage.moreInformationCredits') }}
<a href="https://github.com/camarm-dev/remede/blob/main/docs/FR.md#donn%C3%A9es" target="_blank">{{ $t('repository') }}</a>.
<a href="https://docs.remede.camarm.fr" target="_blank">docs.remede.camarm.fr</a>.
</p>
<ion-list class="border-radius">
<ion-item color="light" button href="https://github.com/camarm-dev/remede" target="_blank">
Expand Down

0 comments on commit ae6122a

Please sign in to comment.