The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Mats Fangohr and committed by
GitHub
dff4b063 5b90fbd0

+3 -3
+1 -1
quartz/components/Backlinks.tsx
··· 20 20 </li> 21 21 )) 22 22 ) : ( 23 - <li>{i18n(cfg.locale, "backlinks.noBlacklinksFound")}</li> 23 + <li>{i18n(cfg.locale, "backlinks.noBacklinksFound")}</li> 24 24 )} 25 25 </ul> 26 26 </div>
+1 -1
quartz/i18n/locales/en.json
··· 2 2 "404": "Either this page is private or doesn't exist.", 3 3 "backlinks": { 4 4 "backlinks": "Backlinks", 5 - "noBlacklinksFound": "No backlinks found" 5 + "noBacklinksFound": "No backlinks found" 6 6 }, 7 7 "common": { 8 8 "item": "item"
+1 -1
quartz/i18n/locales/fr.json
··· 2 2 "404": "Soit cette page est privée, soit elle n'existe pas.", 3 3 "backlinks": { 4 4 "backlinks": "Rétroliens", 5 - "noBlacklinksFound": "Aucun rétrolien trouvé" 5 + "noBacklinksFound": "Aucun rétrolien trouvé" 6 6 }, 7 7 "common": { 8 8 "item": "fichier"