Skip to content

Commit 73d2346

Browse files
committed
Bumped translate-messages versions to 1.8.1
1 parent e8c1013 commit 73d2346

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

translate-messages/pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "translate-messages"
10-
version = "1.8.0"
10+
version = "1.8.1"
1111
description = "Translate en/messages.json (chrome.i18n format) to 100+ locales automatically."
1212
authors = [
1313
{ name = "Adam Lui", email = "adam@kudoai.com" },
@@ -70,7 +70,7 @@ classifiers = [
7070
]
7171

7272
[project.urls]
73-
Changelog = "https://github.com/adamlui/python-utils/releases/tag/translate-messages-1.8.0"
73+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/translate-messages-1.8.1"
7474
Documentation = "https://github.com/adamlui/python-utils/tree/main/translate-messages/docs"
7575
Funding = "https://github.com/sponsors/adamlui"
7676
Homepage = "https://github.com/adamlui/python-utils/tree/main/translate-messages/#readme"
@@ -92,10 +92,12 @@ dev = [
9292
]
9393

9494
[tool.setuptools.packages.find]
95-
where = ["src"]
95+
where = [
96+
"src",
97+
]
9698

9799
[tool.setuptools.package-data]
98-
"translate_messages" = [
100+
translate_messages = [
99101
"assets/**/*",
100102
"data/*.json",
101103
"data/_locales/en/messages.json",

translate-messages/src/translate_messages/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.8.0",
3+
"version": "1.8.1",
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)