fix: UI uses translated keys if available #3741
Annotations
6 errors
|
Run MyPy
Process completed with exit code 1.
|
|
Run MyPy:
src/tagstudio/qt/mixed/field_containers.py#L489
[mypy] reported by reviewdog 🐶
"type[QMessageBox]" has no attribute "Ok" [attr-defined]
Raw Output:
/home/runner/work/TagStudio/TagStudio/src/tagstudio/qt/mixed/field_containers.py:489:22: error: "type[QMessageBox]" has no attribute "Ok" [attr-defined]
|
|
Run MyPy:
src/tagstudio/qt/mixed/field_containers.py#L486
[mypy] reported by reviewdog 🐶
"type[QMessageBox]" has no attribute "Ok" [attr-defined]
Raw Output:
/home/runner/work/TagStudio/TagStudio/src/tagstudio/qt/mixed/field_containers.py:486:29: error: "type[QMessageBox]" has no attribute "Ok" [attr-defined]
|
|
Run MyPy:
src/tagstudio/qt/mixed/field_containers.py#L484
[mypy] reported by reviewdog 🐶
"type[QMessageBox]" has no attribute "Cancel" [attr-defined]
Raw Output:
/home/runner/work/TagStudio/TagStudio/src/tagstudio/qt/mixed/field_containers.py:484:45: error: "type[QMessageBox]" has no attribute "Cancel" [attr-defined]
|
|
Run MyPy:
src/tagstudio/qt/mixed/tag_database.py#L68
[mypy] reported by reviewdog 🐶
"type[QMessageBox]" has no attribute "Cancel" [attr-defined]
Raw Output:
/home/runner/work/TagStudio/TagStudio/src/tagstudio/qt/mixed/tag_database.py:68:31: error: "type[QMessageBox]" has no attribute "Cancel" [attr-defined]
|
|
Run MyPy:
src/tagstudio/qt/mixed/tag_database.py#L67
[mypy] reported by reviewdog 🐶
"type[QMessageBox]" has no attribute "Ok" [attr-defined]
Raw Output:
/home/runner/work/TagStudio/TagStudio/src/tagstudio/qt/mixed/tag_database.py:67:31: error: "type[QMessageBox]" has no attribute "Ok" [attr-defined]
|