Skip to content

Commit 86a40d6

Browse files
committed
Bumped translate-messages versions to 1.8.0
1 parent cc6d0f0 commit 86a40d6

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

translate-messages/pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
[build-system]
22
requires = [
33
"setuptools>=61.0",
4-
"wheel"
4+
"wheel",
55
]
66
build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "translate-messages"
10-
version = "1.7.0"
10+
version = "1.8.0"
1111
description = "Translate en/messages.json (chrome.i18n format) to 100+ locales automatically."
1212
authors = [
13-
{ name = "Adam Lui", email = "adam@kudoai.com" }
13+
{ name = "Adam Lui", email = "adam@kudoai.com" },
1414
]
1515
readme = "docs/README.md"
1616
license = "MIT"
1717
license-files = [
18-
"docs/LICENSE.md"
18+
"docs/LICENSE.md",
1919
]
2020
dependencies = [
2121
"colorama>=0.4.6,<1.0.0 ; platform_system == 'Windows'",
2222
"find-project-root>=1.0.1,<2.0.0",
2323
"json5>=0.9.0,<1.0.0",
2424
"translate>=3.8.0,<4.0.0",
25-
"ucs-detect>=2.0.2,<3.0.0"
25+
"ucs-detect>=2.0.2,<3.0.0",
2626
]
2727
requires-python = ">=3.8,<4.0"
2828
keywords = [
@@ -40,7 +40,7 @@ keywords = [
4040
"mymemory",
4141
"translate",
4242
"translation",
43-
"translator"
43+
"translator",
4444
]
4545
classifiers = [
4646
"Development Status :: 5 - Production/Stable",
@@ -65,11 +65,11 @@ classifiers = [
6565
"Topic :: Software Development :: Build Tools",
6666
"Topic :: Software Development :: Internationalization",
6767
"Topic :: Software Development :: Localization",
68-
"Topic :: Utilities"
68+
"Topic :: Utilities",
6969
]
7070

7171
[project.urls]
72-
Changelog = "https://github.com/adamlui/python-utils/releases/tag/translate-messages-1.7.0"
72+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/translate-messages-1.8.0"
7373
Documentation = "https://github.com/adamlui/python-utils/tree/main/translate-messages/docs"
7474
Funding = "https://github.com/sponsors/adamlui"
7575
Homepage = "https://github.com/adamlui/python-utils/tree/main/translate-messages/#readme"
@@ -87,5 +87,5 @@ dev = [
8787
"nox>=2026.2.9",
8888
"remove-json-keys>=1.8.0,<2.0.0",
8989
"tomli>=2.0.0,<3.0.0",
90-
"tomli-w>=0.1.0,<2.0.0"
90+
"tomli-w>=0.1.0,<2.0.0",
9191
]

translate-messages/src/translate_messages/assets/data/package_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "translate-messages",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "Translate en/messages.json (chrome.i18n format) to 100+ locales automatically.",
55
"short_name": "translate-msgs",
66
"cmds": ["translate-messages", "translate-msgs"],

0 commit comments

Comments
 (0)