refactor: add localizations

This commit is contained in:
cogwheel0
2025-08-29 01:04:29 +05:30
parent 6b66b304b4
commit 7f2d89bc37
10 changed files with 100 additions and 8 deletions

View File

@@ -716,4 +716,15 @@ class AppLocalizationsFr extends AppLocalizations {
@override
String get unableToLoadAppInfo => 'Impossible de charger les informations de l\'application';
@override
String get thinking => 'Réflexion…';
@override
String get thoughts => 'Réflexions';
@override
String thoughtForDuration(String duration) {
return 'A réfléchi pendant $duration';
}
}