feat: add donation info
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user