add ru locale to cli

This commit is contained in:
ars
2026-06-25 02:11:46 +03:00
parent 7963a8d2eb
commit 66b60b9bcb
9 changed files with 405 additions and 49 deletions
+5 -1
View File
@@ -25,7 +25,8 @@ dev = [
"pyinstaller>=6.0",
"mypy>=1.0",
"types-PyYAML>=6.0.12",
"pre-commit>=4.0"
"pre-commit>=4.0",
"Babel>=2.14.0"
]
[project.scripts]
@@ -34,6 +35,9 @@ nexus-cli = "nexus_sync.cli.__main__:main"
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools.package-data]
nexus_sync = ["locale/**/*.mo"]
[tool.black]
line-length = 100
target-version = ["py311"]