@@ -238,6 +238,42 @@ abstract class AppLocalizations {
238238 /// In en, this message translates to:
239239 /// **'German'**
240240 String get localeGerman;
241+
242+ /// No description provided for @aboutThisButton.
243+ ///
244+ /// In en, this message translates to:
245+ /// **'About this project'**
246+ String get aboutThisButton;
247+
248+ /// No description provided for @reportABugButton.
249+ ///
250+ /// In en, this message translates to:
251+ /// **'Report a bug'**
252+ String get reportABugButton;
253+
254+ /// No description provided for @requestAFeatureButton.
255+ ///
256+ /// In en, this message translates to:
257+ /// **'Request a feature'**
258+ String get requestAFeatureButton;
259+
260+ /// No description provided for @seeLicenseButton.
261+ ///
262+ /// In en, this message translates to:
263+ /// **'See the license'**
264+ String get seeLicenseButton;
265+
266+ /// No description provided for @seeReleasesButton.
267+ ///
268+ /// In en, this message translates to:
269+ /// **'See all releases'**
270+ String get seeReleasesButton;
271+
272+ /// No description provided for @aboutMeButton.
273+ ///
274+ /// In en, this message translates to:
275+ /// **'About the developer'**
276+ String get aboutMeButton;
241277}
242278
243279class _AppLocalizationsDelegate extends LocalizationsDelegate <AppLocalizations > {
0 commit comments