refactor: animation dots

This commit is contained in:
cogwheel0
2025-09-08 00:05:13 +05:30
parent adbe3eb85f
commit 41f2739075
3 changed files with 113 additions and 31 deletions

View File

@@ -613,11 +613,10 @@ class AppLocalizationsFr extends AppLocalizations {
'Ce dossier et ses associations seront supprimés.';
@override
String get failedToDeleteFolder =>
'Échec de la suppression du dossier';
String get failedToDeleteFolder => 'Échec de la suppression du dossier';
@override
String get aboutApp => 'À propos de l\'application';
String get aboutApp => 'À propos de lapplication';
@override
String get aboutAppSubtitle => 'Informations et liens Conduit';

View File

@@ -606,11 +606,10 @@ class AppLocalizationsIt extends AppLocalizations {
'Questa cartella e le sue associazioni verranno rimosse.';
@override
String get failedToDeleteFolder =>
'Impossibile eliminare la cartella';
String get failedToDeleteFolder => 'Impossibile eliminare la cartella';
@override
String get aboutApp => 'Informazioni sull\'app';
String get aboutApp => 'Informazioni sullapp';
@override
String get aboutAppSubtitle => 'Informazioni e link di Conduit';