Interfície en català, botó Esborra i botons d'icona segons l'estat

This commit is contained in:
2026-05-29 21:55:34 +02:00
parent 235a3966d2
commit 694d67f11e
6 changed files with 117 additions and 45 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ def main() -> int:
except Exception as exc: # noqa: BLE001 - mostrar cualquier error de carga al usuario
QMessageBox.critical(
None,
"Error cargando games.toml",
f"No se pudo leer la configuración en:\n{cfg_path}\n\n{exc}",
"Error carregant games.toml",
f"No s'ha pogut llegir la configuració a:\n{cfg_path}\n\n{exc}",
)
return 1