mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
fix(i18n): backlinks naming in mapping (#800)
This commit is contained in:
parent
5b90fbd0d0
commit
dff4b06313
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ function Backlinks({ fileData, allFiles, displayClass, cfg }: QuartzComponentPro
|
||||||
</li>
|
</li>
|
||||||
))
|
))
|
||||||
) : (
|
) : (
|
||||||
<li>{i18n(cfg.locale, "backlinks.noBlacklinksFound")}</li>
|
<li>{i18n(cfg.locale, "backlinks.noBacklinksFound")}</li>
|
||||||
)}
|
)}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"404": "Either this page is private or doesn't exist.",
|
"404": "Either this page is private or doesn't exist.",
|
||||||
"backlinks": {
|
"backlinks": {
|
||||||
"backlinks": "Backlinks",
|
"backlinks": "Backlinks",
|
||||||
"noBlacklinksFound": "No backlinks found"
|
"noBacklinksFound": "No backlinks found"
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"item": "item"
|
"item": "item"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"404": "Soit cette page est privée, soit elle n'existe pas.",
|
"404": "Soit cette page est privée, soit elle n'existe pas.",
|
||||||
"backlinks": {
|
"backlinks": {
|
||||||
"backlinks": "Rétroliens",
|
"backlinks": "Rétroliens",
|
||||||
"noBlacklinksFound": "Aucun rétrolien trouvé"
|
"noBacklinksFound": "Aucun rétrolien trouvé"
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"item": "fichier"
|
"item": "fichier"
|
||||||
|
|
Loading…
Reference in a new issue