Description
Implement a feature that allows users to write their commit subject/body in Spanish and translate it into English within the app. This will help non-native English speakers follow international standards more easily.
Tasks
Goal
Bridge the language barrier for developers while maintaining professional commit standards.
Description
Implement a feature that allows users to write their commit subject/body in Spanish and translate it into English within the app. This will help non-native English speakers follow international standards more easily.
Tasks
Research and select a free translation API (e.g., MyMemory API or LibreTranslate).
Create an Angular service using HttpClient to handle API requests.
Add a "Translate" button to the UI next to the subject/body inputs.
Implement a loading state (spinner) while the translation is being fetched.
Goal
Bridge the language barrier for developers while maintaining professional commit standards.