Skip to content

Commit 08ea44f

Browse files
committed
Improved pkg description
1 parent d8dc1b5 commit 08ea44f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

translate-messages/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<a href="https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=adamlui_python-utils">
1414
<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>
1515

16-
> ### _Translate `en/messages.json` (chrome.i18n format) to other locales automatically._
16+
> ### _Translate `en/messages.json` (in chrome.i18n format) to other locales automatically._
1717
1818
## Installation
1919

translate-messages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88
[project]
99
name = "translate-messages"
1010
version = "1.1.0"
11-
description = "Translate en/messages.json (chrome.i18n format) to other locales."
11+
description = "Translate en/messages.json (in chrome.i18n format) to other locales."
1212
authors = [
1313
{ name = "Adam Lui", email = "adam@kudoai.com" },
1414
]

translate-messages/src/translate_messages/lib/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def load(cli, caller_file):
6060

6161
# Parse CLI args
6262
argp = argparse.ArgumentParser(
63-
description="Translate en/messages.json (chrome.i18n format) to other locales",
63+
description="Translate en/messages.json (in chrome.i18n format) to other locales",
6464
add_help=False # disable default --help arg to re-create last
6565
)
6666
for attr_name in vars(controls):

0 commit comments

Comments
 (0)