mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Fix error in FAQ link.
This commit is contained in:
parent
a184d2cdb3
commit
56974d012a
@ -39,7 +39,7 @@ module.exports = {
|
||||
label: 'Português (Brasil)',
|
||||
nav: [
|
||||
{ text: 'Guia', link: '/pt/guide/' },
|
||||
{ text: 'FAQ', link: '/faq/' },
|
||||
{ text: 'FAQ', link: '/pt/faq/' },
|
||||
{ text: 'Wiki', link: 'https://github.com/inorichi/tachiyomi/wiki' },
|
||||
{ text: 'Discord', link: 'https://discord.gg/tachiyomi' }
|
||||
],
|
||||
|
@ -87,7 +87,11 @@ source, Some sources have multiple Language too).
|
||||
|
||||
If you want to help translate Tachiyomi, read [this].
|
||||
|
||||
![weblate](https://hosted.weblate.org/widgets/tachiyomi/-/multi-auto.svg)
|
||||
<figure>
|
||||
<a href="https://hosted.weblate.org/engage/tachiyomi/?utm_source=widget" target="_blank">
|
||||
<img src="https://hosted.weblate.org/widgets/tachiyomi/-/multi-auto.svg">
|
||||
</a>
|
||||
</figure>
|
||||
|
||||
[this]: https://github.com/inorichi/tachiyomi/wiki/Translation
|
||||
|
||||
|
@ -88,7 +88,11 @@ Algumas fontes possuem múltiplos idiomas também.
|
||||
|
||||
Se você quer ajudar a traduzir o Tachiyomi, leia [isto].
|
||||
|
||||
![weblate](https://hosted.weblate.org/widgets/tachiyomi/-/multi-auto.svg)
|
||||
<figure>
|
||||
<a href="https://hosted.weblate.org/engage/tachiyomi/?utm_source=widget" target="_blank">
|
||||
<img src="https://hosted.weblate.org/widgets/tachiyomi/-/multi-auto.svg">
|
||||
</a>
|
||||
</figure>
|
||||
|
||||
[isto]: https://github.com/inorichi/tachiyomi/wiki/Translation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user