Update Localization title and copy.
This commit is contained in:
parent
e45f0d2320
commit
c6124863f5
2 changed files with 20 additions and 14 deletions
|
|
@ -8,10 +8,16 @@ layout: default
|
||||||
<h1>Contributing</h1>
|
<h1>Contributing</h1>
|
||||||
<p>
|
<p>
|
||||||
If you'd like to contribute to the CircuitPython project, the CircuitPython
|
If you'd like to contribute to the CircuitPython project, the CircuitPython
|
||||||
libraries are a great way to begin. This page is updated daily with status
|
libraries are a great way to begin. This page is updated with daily status
|
||||||
information from the CircuitPython libraries, including open pull requests,
|
information from the CircuitPython libraries, including open pull requests,
|
||||||
open issues and library infrastructure issues.
|
open issues and library infrastructure issues.
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
Do you write a language other than English? Another great way to contribute
|
||||||
|
to the project is to contribute new localizations (translations) of
|
||||||
|
CircuitPython, or update current localizations, using
|
||||||
|
<a href="https://hosted.weblate.org/engage/circuitpython/">Weblate</a>.
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
If this is your first time contributing, or you'd
|
If this is your first time contributing, or you'd
|
||||||
like to see our recommended contribution workflow, we have a guide on
|
like to see our recommended contribution workflow, we have a guide on
|
||||||
|
|
@ -23,9 +29,6 @@ layout: default
|
||||||
Have an idea for a new driver or library?
|
Have an idea for a new driver or library?
|
||||||
<a href="https://github.com/adafruit/circuitpython/issues">File an issue on the CircuitPython repo!</a>
|
<a href="https://github.com/adafruit/circuitpython/issues">File an issue on the CircuitPython repo!</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
|
||||||
Contribute localizations (translations) of CircuitPython using <a href="https://hosted.weblate.org/engage/circuitpython/">Weblate</a>.
|
|
||||||
</p>
|
|
||||||
<h2>Current Status for {{ site.data.libraries.updated_at | date: "%a, %b %d, %Y" }}</h2>
|
<h2>Current Status for {{ site.data.libraries.updated_at | date: "%a, %b %d, %Y" }}</h2>
|
||||||
|
|
||||||
{% assign current = page.url | downcase | split: '/' %}
|
{% assign current = page.url | downcase | split: '/' %}
|
||||||
|
|
@ -45,7 +48,7 @@ layout: default
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/contributing/weblate" {% if current[2] ==
|
<a href="/contributing/weblate" {% if current[2] ==
|
||||||
'weblate' %}class='active'{% endif %}>Localization</a>
|
'weblate' %}class='active'{% endif %}>CircuitPython Localization</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
layout: contributing
|
layout: contributing
|
||||||
title: Contributing - Localization
|
title: Contributing - CircuitPython Localization
|
||||||
permalink: /contributing/weblate
|
permalink: /contributing/weblate
|
||||||
---
|
---
|
||||||
|
|
||||||
<h2>Translation with Weblate</h2>
|
<h2>CircuitPython Translation with Weblate</h2>
|
||||||
<div class="weblate">
|
<div class="weblate">
|
||||||
<a href="https://hosted.weblate.org/engage/circuitpython/?utm_source=widget">
|
<a href="https://hosted.weblate.org/engage/circuitpython/?utm_source=widget">
|
||||||
<img src="https://hosted.weblate.org/widgets/circuitpython/-/multi-auto.svg" alt="Translation status" />
|
<img src="https://hosted.weblate.org/widgets/circuitpython/-/multi-auto.svg" alt="Translation status" />
|
||||||
|
|
@ -14,14 +14,17 @@ permalink: /contributing/weblate
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
Contribute to CircuitPython by localizing (translating) its control and error messages into other
|
Contribute to CircuitPython by localizing (translating) its control and error
|
||||||
languages. With the help of fellow open source project <a href="https://weblate.org/">Weblate</a>,
|
messages into new or existing languages. With the help of fellow open source
|
||||||
we're making it even easier to add or improve translations.
|
project <a href="https://weblate.org/">Weblate</a>, we've made it easy to add
|
||||||
|
or improve translations.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
On <a href="https://hosted.weblate.org/projects/circuitpython/main/"
|
On <a href="https://hosted.weblate.org/projects/circuitpython/main/"
|
||||||
>hosted.weblate.org</a>, you can sign in with an existing account such as
|
>hosted.weblate.org</a>, you can create a new Weblate account, or sign in with
|
||||||
Github, Google or Facebook and start contributing through a simple web interface. No forks or pull
|
an existing account such as Github or Google and start contributing through a
|
||||||
requests needed! As always, if you run into trouble join us on <a
|
simple web interface. No forks or pull requests needed! As always, if you have
|
||||||
href="https://adafru.it/discord">Discord</a>, we're here to help.
|
questions or need assistance, you can find us on
|
||||||
|
<a href="https://adafru.it/discord">Discord</a> in the #circuitpython channel.
|
||||||
|
We're available to help.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue