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 ` (chrome.i18n format) to other locales automatically._
16+ > ### _ Translate ` en/messages.json ` (in 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.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."
1212authors = [
1313 { name = " Adam Lui" , email = " adam@kudoai.com" },
1414]
Original file line number Diff line number Diff 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 ):
You can’t perform that action at this time.
0 commit comments