mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +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>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
<span>
|
||||||
<label>
|
<label>
|
||||||
<Trans>Display language</Trans>
|
<Trans>Display language</Trans>
|
||||||
</label>
|
</label>
|
||||||
|
<br />
|
||||||
|
<small>
|
||||||
|
<a
|
||||||
|
href="https://crowdin.com/project/phanpy"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
|
<Trans>Volunteer translations</Trans>
|
||||||
|
</a>
|
||||||
|
</small>
|
||||||
|
</span>
|
||||||
<LangSelector />
|
<LangSelector />
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue