Skip to content

Commit 2a4cb46

Browse files
committed
generate localizations
1 parent 977ac28 commit 2a4cb46

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

lib/l10n/generated/localizations.dart

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,18 @@ abstract class ReviLocalizations {
612612
/// In en, this message translates to:
613613
/// **''**
614614
String get settingsEPTDescription;
615+
616+
///
617+
///
618+
/// In en, this message translates to:
619+
/// **'You must restart your app for the changes to take effect'**
620+
String get restartAppDialog;
621+
622+
///
623+
///
624+
/// In en, this message translates to:
625+
/// **'Language'**
626+
String get settingsLanguageLabel;
615627
}
616628

617629
class _ReviLocalizationsDelegate extends LocalizationsDelegate<ReviLocalizations> {

lib/l10n/generated/localizations_en.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,10 @@ class ReviLocalizationsEn extends ReviLocalizations {
264264

265265
@override
266266
String get settingsEPTDescription => '';
267+
268+
@override
269+
String get restartAppDialog => 'You must restart your app for the changes to take effect';
270+
271+
@override
272+
String get settingsLanguageLabel => 'Language';
267273
}

0 commit comments

Comments
 (0)