refactor: remove translation feature

Remove the translation feature including:
- Translation services (Smesh API and LibreTranslate)
- TranslationServiceProvider and context
- TranslateButton component
- Translation settings page
- useTranslatedEvent hook
- Translation-related types and i18n strings

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
mleku
2025-12-27 04:11:24 +02:00
parent 0c6de715c4
commit bb74308e28
30 changed files with 23 additions and 1267 deletions

View File

@@ -7,4 +7,3 @@ export * from './useFetchRelayInfos'
export * from './useFetchRelayList'
export * from './useInfiniteScroll'
export * from './useSearchProfiles'
export * from './useTranslatedEvent'