File tree Expand file tree Collapse file tree
src/translate_messages/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88[project ]
99name = " translate-messages"
1010version = " 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."
1212authors = [
1313 { name = " Adam Lui" , email = " adam@kudoai.com" },
1414]
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments