@@ -1573,6 +1573,42 @@ abstract class AppLocalizations {
15731573 /// In en, this message translates to:
15741574 /// **'Retry'**
15751575 String get retryButtonText;
1576+
1577+ /// Feed action type for linking an account
1578+ ///
1579+ /// In en, this message translates to:
1580+ /// **'Link Account'**
1581+ String get feedActionTypeLinkAccount;
1582+
1583+ /// Feed action type for rating the app
1584+ ///
1585+ /// In en, this message translates to:
1586+ /// **'Rate App'**
1587+ String get feedActionTypeRateApp;
1588+
1589+ /// Feed action type for following topics
1590+ ///
1591+ /// In en, this message translates to:
1592+ /// **'Follow Topics'**
1593+ String get feedActionTypeFollowTopics;
1594+
1595+ /// Feed action type for following sources
1596+ ///
1597+ /// In en, this message translates to:
1598+ /// **'Follow Sources'**
1599+ String get feedActionTypeFollowSources;
1600+
1601+ /// Feed action type for upgrading
1602+ ///
1603+ /// In en, this message translates to:
1604+ /// **'Upgrade'**
1605+ String get feedActionTypeUpgrade;
1606+
1607+ /// Feed action type for enabling notifications
1608+ ///
1609+ /// In en, this message translates to:
1610+ /// **'Enable Notifications'**
1611+ String get feedActionTypeEnableNotifications;
15761612}
15771613
15781614class _AppLocalizationsDelegate
0 commit comments