Skip to content

fix: UI uses translated keys if available #3741

fix: UI uses translated keys if available

fix: UI uses translated keys if available #3741

Triggered via pull request February 20, 2026 06:37
Status Failure
Total duration 51s
Artifacts

mypy.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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]