Enhance localization for user-facing messages across payment and subscription services

- Updated various services to utilize the user's database language for all user-facing messages, improving the localization experience.
- Refactored message retrieval logic in payment processing, subscription management, and notification handling to ensure consistency in language usage.
- Added comments to clarify the purpose of language settings in relevant sections of the code.
This commit is contained in:
machka-pasla
2025-09-04 17:24:24 +03:00
parent 6b5828ea51
commit 50cea15c92
5 changed files with 12 additions and 7 deletions
+1
View File
@@ -209,6 +209,7 @@ class TributeService:
)
try:
# Use user's DB language in success messages prepared above
await bot.send_message(
int(user_id),
success_msg,