add ru locale to cli
This commit is contained in:
+5
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user