feat: text to speech

This commit is contained in:
cogwheel0
2025-09-20 23:58:18 +05:30
parent 33fbc31672
commit c05644f731
16 changed files with 697 additions and 105 deletions

View File

@@ -664,6 +664,12 @@ class AppLocalizationsFr extends AppLocalizations {
@override
String get copy => 'Copier';
@override
String get ttsListen => 'Écouter';
@override
String get ttsStop => 'Arrêter';
@override
String get edit => 'Modifier';