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

@@ -655,6 +655,12 @@ class AppLocalizationsIt extends AppLocalizations {
@override
String get copy => 'Copia';
@override
String get ttsListen => 'Ascolta';
@override
String get ttsStop => 'Interrompi';
@override
String get edit => 'Modifica';