Skip to content

Commit fedce93

Browse files
committed
Added shields
1 parent fbbea1c commit fedce93

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

translate-messages/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22

33
# > translate-messages
44

5-
Translate `en/messages.json` to other locales automatically.
5+
<a href="#">
6+
<img height=31 src="https://img.shields.io/pypi/dm/translate-messages?logo=pypi&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></img></a>
7+
<a href="https://github.com/adamlui/python-utils/releases/tag/translate-messages-1.4.0">
8+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.4.0-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
9+
<a href="LICENSE.md">
10+
<img height=31 src="https://img.shields.io/badge/License-MIT-orange.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
11+
<a href="https://www.codefactor.io/repository/github/adamlui/python-utils">
12+
<img height=31 src="https://img.shields.io/codefactor/grade/github/adamlui/python-utils?label=Code+Quality&logo=codefactor&logoColor=white&labelColor=464646&color=a0fc55&style=for-the-badge"></a>
13+
<a href="https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=adamlui_python-utils">
14+
<img height=31 src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fsonarcloud.io%2Fapi%2Fmeasures%2Fcomponent%3Fcomponent%3Dadamlui_python-utils%26metricKeys%3Dvulnerabilities&query=%24.component.measures.0.value&style=for-the-badge&logo=sonarcloud&logoColor=white&labelColor=464646&label=Vulnerabilities&color=fafc74"></a>
15+
16+
> ### Translate `en/messages.json` to other locales automatically.
617
718
## Installation
819

0 commit comments

Comments
 (0)