feat: add donation info

This commit is contained in:
cogwheel0
2025-10-02 15:14:34 +05:30
parent afd3231ae9
commit 089eb48bd7
10 changed files with 276 additions and 0 deletions

View File

@@ -47,6 +47,27 @@ class AppLocalizationsFr extends AppLocalizations {
@override
String get account => 'Compte';
@override
String get supportConduit => 'Soutenir Conduit';
@override
String get supportConduitSubtitle =>
'Financez le développement continu et les nouvelles fonctionnalités.';
@override
String get githubSponsorsTitle => 'GitHub Sponsors';
@override
String get githubSponsorsSubtitle =>
'Devenez sponsor récurrent pour soutenir la feuille de route.';
@override
String get buyMeACoffeeTitle => 'Buy Me a Coffee';
@override
String get buyMeACoffeeSubtitle =>
'Faites un don ponctuel pour nous encourager.';
@override
String get signOut => 'Se déconnecter';