Skip to content

Commit

Permalink
Merge pull request #1171 from OZI-Project/patch/i18n
Browse files Browse the repository at this point in the history
Patch/i18n
  • Loading branch information
rjdbcm authored Oct 10, 2024
2 parents b733718 + e4a9f42 commit e74447f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ozi/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
epilog=EPILOG,
usage=f"""%(prog)s [{TRANSLATION('term-options')}]
{TRANSLATION('adm-disclaimer')}""",
{TRANSLATION('adm-disclaimer-text')}""",
) # pragma: no cover
tools = parser.add_mutually_exclusive_group() # pragma: no cover
helpers = parser.add_mutually_exclusive_group() # pragma: no cover
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tag_regex = "^(?P<prefix>v)?(?P<version>[^\\+]+)(?P<suffix>.*)?$"
[project]
dynamic = ["version"]
license = {file = "LICENSE.txt"}
dependencies = ['ozi-core~=1.2.13', 'setuptools_scm[toml]', 'tomli>=2.0.0;python_version<"3.11"']
dependencies = ['ozi-core~=1.2.14', 'setuptools_scm[toml]', 'tomli>=2.0.0;python_version<"3.11"']

[project.optional_dependencies] # also meson test suite names
# continuous integration
Expand Down

0 comments on commit e74447f

Please sign in to comment.