Samir Boulahtit
92a1c0249f
feat: implement multi-language translation support for products
- Add database migrations for translation tables and digital product fields
- Create MarketplaceProductTranslation model for localized content
- Create ProductTranslation model for vendor translation overrides
- Add product type enum (physical, digital, service, subscription)
- Add digital delivery method and platform fields
- Add numeric price fields (price_numeric, sale_price_numeric)
- Implement language fallback pattern (requested -> 'en' -> None)
- Add helper methods: get_title(), get_description(), get_translation()
- Add vendor override pattern with effective_* properties
- Move title/description from products to translations table
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-11 17:28:54 +01:00
..
2025-12-11 17:28:54 +01:00
2025-12-01 21:51:07 +01:00
2025-12-01 21:51:07 +01:00
2025-11-28 19:30:17 +01:00
2025-11-28 19:30:17 +01:00
2025-11-28 20:03:45 +01:00
2025-11-28 20:10:22 +01:00
2025-12-01 21:50:09 +01:00
2025-11-28 19:30:17 +01:00
2025-11-28 19:37:38 +01:00
2025-11-28 20:10:22 +01:00
2025-11-28 19:37:38 +01:00
2025-11-28 20:10:22 +01:00
2025-12-11 17:28:54 +01:00
2025-12-11 17:28:54 +01:00
2025-11-28 19:30:17 +01:00
2025-11-28 19:30:17 +01:00
2025-11-28 19:30:17 +01:00
2025-11-28 19:30:17 +01:00
2025-11-28 19:37:38 +01:00
2025-11-28 19:30:17 +01:00
2025-12-11 17:28:54 +01:00
2025-12-11 17:28:54 +01:00
2025-11-28 19:30:17 +01:00
2025-11-28 19:30:17 +01:00
2025-12-02 19:39:08 +01:00
2025-11-28 20:10:22 +01:00
2025-11-28 19:37:38 +01:00
2025-12-03 22:30:31 +01:00