Commit Graph

11 Commits

Author SHA1 Message Date
9106af4f8e pre=deploy 2025-11-24 17:00:20 +09:00
240864617f geo distance meter 2025-11-06 15:34:51 +09:00
0bbeb0767b geo detection 2025-11-06 15:09:15 +09:00
5ea3e8c1f3 alpha-test 2025-09-18 13:46:35 +09:00
e275a9856b Fix JSON format issues with photos and add multi-photo gallery support 2025-09-18 10:38:29 +09:00
bdd7d0424f mass refactor 2025-09-18 08:31:14 +09:00
edddd52589 feat: Complete localization system with i18n and DeepSeek AI translation
🌐 Interface Localization:
- Added i18next for multi-language interface support
- Created LocalizationService with language detection
- Added translation files for Russian and English
- Implemented language selection in user settings

🤖 AI Profile Translation (Premium feature):
- Integrated DeepSeek API for profile translation
- Added TranslationController for translation management
- Premium-only access to profile translation feature
- Support for 10 languages (ru, en, es, fr, de, it, pt, zh, ja, ko)

�� Database & Models:
- Added language field to users table with migration
- Updated User model to support language preferences
- Added language constraints and indexing

🎛️ User Interface:
- Added language settings menu in bot settings
- Implemented callback handlers for language selection
- Added translate profile button for VIP users
- Localized all interface strings

📚 Documentation:
- Created comprehensive LOCALIZATION.md guide
- Documented API usage and configuration
- Added examples for extending language support
2025-09-13 08:59:10 +09:00
975eb348dd feat: VIP search now shows only opposite gender - Modified VIP search filtering to always show opposite gender regardless of user's interested_in preference - Male users see only female profiles - Female users see only male profiles - Improved gender filtering logic in vipService.ts 2025-09-13 08:45:41 +09:00
321547bf27 Fix like/dislike errors and implement native chat system 2025-09-13 07:51:02 +09:00
8893b4ad22 feat: add VIP search option and profile editing functionality
- Added a new button for ' VIP поиск' in command handlers.
- Implemented profile editing states and methods in message handlers.
- Enhanced profile model to include hobbies, religion, dating goals, and lifestyle preferences.
- Updated profile service to handle new fields and ensure proper database interactions.
- Introduced a VIP function in matching service to find candidates based on dating goals.
2025-09-12 22:13:26 +09:00
17efb2fb53 init commit 2025-09-12 21:25:54 +09:00