11[build-system ]
22requires = [
33 " setuptools>=61.0" ,
4- " wheel"
4+ " wheel" ,
55]
66build-backend = " setuptools.build_meta"
77
88[project ]
99name = " translate-messages"
10- version = " 1.7 .0"
10+ version = " 1.8 .0"
1111description = " Translate en/messages.json (chrome.i18n format) to 100+ locales automatically."
1212authors = [
13- { name = " Adam Lui" , email = " adam@kudoai.com" }
13+ { name = " Adam Lui" , email = " adam@kudoai.com" },
1414]
1515readme = " docs/README.md"
1616license = " MIT"
1717license-files = [
18- " docs/LICENSE.md"
18+ " docs/LICENSE.md" ,
1919]
2020dependencies = [
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]
2727requires-python = " >=3.8,<4.0"
2828keywords = [
@@ -40,7 +40,7 @@ keywords = [
4040 " mymemory" ,
4141 " translate" ,
4242 " translation" ,
43- " translator"
43+ " translator" ,
4444]
4545classifiers = [
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"
7373Documentation = " https://github.com/adamlui/python-utils/tree/main/translate-messages/docs"
7474Funding = " https://github.com/sponsors/adamlui"
7575Homepage = " 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]
0 commit comments