File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff 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
617629class _ReviLocalizationsDelegate extends LocalizationsDelegate <ReviLocalizations > {
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments