Skip to content

Commit 6e98e59

Browse files
committed
build(l10n): build
1 parent a480f42 commit 6e98e59

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

lib/l10n/app_localizations.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2705,13 +2705,13 @@ abstract class AppLocalizations {
27052705
/// Button text for a positive response to the rating prompt.
27062706
///
27072707
/// In en, this message translates to:
2708-
/// **'Yes'**
2708+
/// **'It\'s Great!'**
27092709
String get rateAppPromptYesButton;
27102710

27112711
/// Button text for a negative response to the rating prompt.
27122712
///
27132713
/// In en, this message translates to:
2714-
/// **'No'**
2714+
/// **'Needs Work'**
27152715
String get rateAppPromptNoButton;
27162716

27172717
/// Title for the bottom sheet that asks for detailed feedback after a negative rating prompt response.

lib/l10n/app_localizations_ar.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,10 +1422,10 @@ class AppLocalizationsAr extends AppLocalizations {
14221422
'تساعدنا ملاحظاتك على التحسين. هل تمانع في تقييمنا؟';
14231423

14241424
@override
1425-
String get rateAppPromptYesButton => 'نعم';
1425+
String get rateAppPromptYesButton => 'التطبيق رائع!';
14261426

14271427
@override
1428-
String get rateAppPromptNoButton => 'لا';
1428+
String get rateAppPromptNoButton => 'يحتاج لتحسين';
14291429

14301430
@override
14311431
String get feedbackPromptTitle => 'كيف يمكننا التحسين؟';

lib/l10n/app_localizations_en.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,10 +1429,10 @@ class AppLocalizationsEn extends AppLocalizations {
14291429
'Your feedback helps us improve. Would you mind rating us?';
14301430

14311431
@override
1432-
String get rateAppPromptYesButton => 'Yes';
1432+
String get rateAppPromptYesButton => 'It\'s Great!';
14331433

14341434
@override
1435-
String get rateAppPromptNoButton => 'No';
1435+
String get rateAppPromptNoButton => 'Needs Work';
14361436

14371437
@override
14381438
String get feedbackPromptTitle => 'How can we improve?';

0 commit comments

Comments
 (0)