diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-05-18 15:17:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-18 15:17:00 -0700 |
| commit | 962c320adfd3230d87e0aa745b333a729e69a021 (patch) | |
| tree | 9ea17a15034f973595aa1e4e64c3101aacb36f8d | |
| parent | af68ddebefa3d7a21de1c33768f0fc7bdb238f26 (diff) | |
| parent | 5e43f7a36174267515cfdf651f0a9b871953543b (diff) | |
Merge pull request #2917 from jepler/weblate-readme
add weblate status badge in readme
| -rw-r--r-- | README.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 51db41a8b..dfddd1337 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ CircuitPython .. image:: https://s3.amazonaws.com/adafruit-circuit-python/CircuitPython_Repo_header_logo.png -|Build Status| |Doc Status| |License| |Discord| +|Build Status| |Doc Status| |License| |Discord| |Weblate| `circuitpython.org <https://circuitpython.org>`__ \| `Get CircuitPython <#get-circuitpython>`__ \| `Documentation <#documentation>`__ \| `Contributing <#contributing>`__ \| @@ -219,3 +219,5 @@ The remaining port directories not listed above are in the repo to maintain comp :target: https://adafru.it/discord .. |License| image:: https://img.shields.io/badge/License-MIT-brightgreen.svg :target: https://choosealicense.com/licenses/mit/ +.. |Weblate| image:: https://hosted.weblate.org/widgets/circuitpython/-/svg-badge.svg + :target: https://hosted.weblate.org/engage/circuitpython/?utm_source=widget |
