Skip to content

Commit a494511

Browse files
committed
Shortened pkg description
1 parent f0ad9be commit a494511

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

translate-messages/docs/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` (in chrome.i18n format) to other locales automatically._
16+
> ### _Translate `en/messages.json` (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.2.0"
11-
description = "Translate en/messages.json (in chrome.i18n format) to other locales."
11+
description = "Translate en/messages.json (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
@@ -65,7 +65,7 @@ def load(cli, caller_file):
6565

6666
# Parse CLI args
6767
argp = argparse.ArgumentParser(
68-
description="Translate en/messages.json (in chrome.i18n format) to other locales", add_help=False)
68+
description="Translate en/messages.json (chrome.i18n format) to other locales", add_help=False)
6969
for attr_name in vars(controls):
7070
kwargs = getattr(controls, attr_name).__dict__.copy()
7171
args = kwargs.pop('args') # separate positional flags

0 commit comments

Comments
 (0)