fix(i18n): backlinks naming in mapping (#800)

This commit is contained in:
Mats Fangohr 2024-02-04 15:48:31 +01:00 committed by GitHub
parent 5b90fbd0d0
commit dff4b06313
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ function Backlinks({ fileData, allFiles, displayClass, cfg }: QuartzComponentPro
</li>
))
) : (
<li>{i18n(cfg.locale, "backlinks.noBlacklinksFound")}</li>
<li>{i18n(cfg.locale, "backlinks.noBacklinksFound")}</li>
)}
</ul>
</div>

View file

@ -2,7 +2,7 @@
"404": "Either this page is private or doesn't exist.",
"backlinks": {
"backlinks": "Backlinks",
"noBlacklinksFound": "No backlinks found"
"noBacklinksFound": "No backlinks found"
},
"common": {
"item": "item"

View file

@ -2,7 +2,7 @@
"404": "Soit cette page est privée, soit elle n'existe pas.",
"backlinks": {
"backlinks": "Rétroliens",
"noBlacklinksFound": "Aucun rétrolien trouvé"
"noBacklinksFound": "Aucun rétrolien trouvé"
},
"common": {
"item": "fichier"