mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Add link to Crowdin
This commit is contained in:
parent
54d1fdcba2
commit
e5f674cf38
1 changed files with 15 additions and 3 deletions
|
@ -232,9 +232,21 @@ function Settings({ onClose }) {
|
|||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<span>
|
||||
<label>
|
||||
<Trans>Display language</Trans>
|
||||
</label>
|
||||
<br />
|
||||
<small>
|
||||
<a
|
||||
href="https://crowdin.com/project/phanpy"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<Trans>Volunteer translations</Trans>
|
||||
</a>
|
||||
</small>
|
||||
</span>
|
||||
<LangSelector />
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue