Skip to content

Commit e74c97b

Browse files
committed
Bumped translate-messages versions to 1.9.1
1 parent 5eb9d91 commit e74c97b

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

translate-messages/docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
<a href="https://pepy.tech/projects/translate-messages?versions=*">
66
<img height=31 src="https://img.shields.io/pepy/dt/translate-messages?logo=weightsandbiases&color=af68ff&logoColor=white&labelColor=464646&style=for-the-badge"></img></a>
7-
<a href="https://github.com/adamlui/python-utils/releases/tag/translate-messages-1.9.0">
8-
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.9.0-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
7+
<a href="https://github.com/adamlui/python-utils/releases/tag/translate-messages-1.9.1">
8+
<img height=31 src="https://img.shields.io/badge/Latest_Build-1.9.1-32fcee.svg?logo=icinga&logoColor=white&labelColor=464646&style=for-the-badge"></a>
99
<a href="https://github.com/adamlui/python-utils/blob/main/translate-messages/docs/LICENSE.md">
1010
<img height=31 src="https://img.shields.io/badge/License-MIT-f99b27.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge"></a>
1111
<a href="https://www.codefactor.io/repository/github/adamlui/python-utils">
@@ -112,4 +112,4 @@ Copyright © 2023–2026 [Adam Lui](https://github.com/adamlui).
112112
<picture><source media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/adamlui/python-utils@760599e/assets/images/icons/home/white/icon32x27.png"><img height=13 src="https://cdn.jsdelivr.net/gh/adamlui/python-utils@760599e/assets/images/icons/home/dark-gray/icon32x27.png"></picture> <a href=https://github.com/adamlui/python-utils/#readme>**More Python utilities**</a> /
113113
<a href="#top">Back to top ↑</a>
114114

115-
[stable-locales]: https://github.com/adamlui/python-utils/blob/translate-messages-1.9.0/translate-messages/src/translate_messages/assets/data/package_data.json#L23-L28
115+
[stable-locales]: https://github.com/adamlui/python-utils/blob/translate-messages-1.9.1/translate-messages/src/translate_messages/assets/data/package_data.json#L23-L28

translate-messages/pyproject.toml

Lines changed: 2 additions & 2 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.9.0"
10+
version = "1.9.1"
1111
description = "Translate `en/messages.json` (chrome.i18n format) to 100+ locales automatically."
1212
authors = [
1313
{ name = "Adam Lui", email = "adam@kudoai.com" },
@@ -76,7 +76,7 @@ classifiers = [
7676
]
7777

7878
[project.urls]
79-
Changelog = "https://github.com/adamlui/python-utils/releases/tag/translate-messages-1.9.0"
79+
Changelog = "https://github.com/adamlui/python-utils/releases/tag/translate-messages-1.9.1"
8080
Documentation = "https://github.com/adamlui/python-utils/tree/main/translate-messages/docs"
8181
Funding = "https://github.com/sponsors/adamlui"
8282
Homepage = "https://github.com/adamlui/python-utils/tree/main/translate-messages/#readme"

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.9.0",
3+
"version": "1.9.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", "translatemessages", "translatemsgs"],

0 commit comments

Comments
 (0)