Files
marechai/Marechai.Database/Models/LanguageBySoftwareRelease.cs
Natalia Portillo 1a83f781cd Add language support to software releases
- Created a new junction table `LanguageBySoftwareRelease` to associate languages with software releases.
- Updated the `SoftwareRelease` model to include a collection of languages.
- Implemented migration to create the new table and update the database schema.
- Added `LanguagesController` for managing language retrieval and details.
- Enhanced `SoftwareReleasesController` to include language information in software release responses.
- Developed UI components in Blazor for adding and displaying languages associated with software releases.
- Updated service layer to handle language operations for software releases.
- Added localization for language-related UI elements.
2026-04-26 18:29:51 +01:00

1.6 KiB