Refactor error handling and localization in frontend components

This commit enhances the error handling and user interface of various frontend components by integrating localization support. It updates error messages and titles across multiple views and dialogs to utilize the translation function, ensuring a consistent user experience in different languages. Additionally, it refines the handling of error messages in the MyTischtennis account and member transfer settings, improving clarity and user feedback during operations.
This commit is contained in:
Torsten Schulz (local)
2025-11-16 20:48:31 +01:00
parent 9baa6bae01
commit d10b663dc1
89 changed files with 6012 additions and 1809 deletions

View File

@@ -167,3 +167,4 @@ migrateMyTischtennisEncryption()
process.exit(1);
});