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

@@ -174,6 +174,42 @@ abstract class AppLocalizations {
/// **'Account'**
String get account;
/// Section header inviting the user to financially support the project.
///
/// In en, this message translates to:
/// **'Support Conduit'**
String get supportConduit;
/// Subtitle explaining why donations are helpful.
///
/// In en, this message translates to:
/// **'Keep Conduit independent by funding ongoing development.'**
String get supportConduitSubtitle;
/// Tile title linking to the GitHub Sponsors page.
///
/// In en, this message translates to:
/// **'GitHub Sponsors'**
String get githubSponsorsTitle;
/// Subtitle explaining the impact of recurring sponsorship.
///
/// In en, this message translates to:
/// **'Become a recurring sponsor to fund roadmap items.'**
String get githubSponsorsSubtitle;
/// Tile title linking to the Buy Me a Coffee page.
///
/// In en, this message translates to:
/// **'Buy Me a Coffee'**
String get buyMeACoffeeTitle;
/// Subtitle encouraging one-time donations via Buy Me a Coffee.
///
/// In en, this message translates to:
/// **'Make a one-time donation to say thanks.'**
String get buyMeACoffeeSubtitle;
/// Button/title for signing out of the app.
///
/// In en, this message translates to: