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,26 @@ class AppLocalizationsEn extends AppLocalizations {
@override
String get account => 'Account';
@override
String get supportConduit => 'Support Conduit';
@override
String get supportConduitSubtitle =>
'Keep Conduit independent by funding ongoing development.';
@override
String get githubSponsorsTitle => 'GitHub Sponsors';
@override
String get githubSponsorsSubtitle =>
'Become a recurring sponsor to fund roadmap items.';
@override
String get buyMeACoffeeTitle => 'Buy Me a Coffee';
@override
String get buyMeACoffeeSubtitle => 'Make a one-time donation to say thanks.';
@override
String get signOut => 'Sign Out';