Skip to content

Commit a480f42

Browse files
committed
style(l10n): update rating prompt button texts
- Update translations for "yes" and "no" buttons in app rating prompt - Changes made in both Arabic and English localization files
1 parent 4cd691d commit a480f42

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1842,11 +1842,11 @@
18421842
"@rateAppPromptBody": {
18431843
"description": "نص النافذة التي تطلب من المستخدم تقييم التطبيق."
18441844
},
1845-
"rateAppPromptYesButton": "نعم",
1845+
"rateAppPromptYesButton": "التطبيق رائع!",
18461846
"@rateAppPromptYesButton": {
18471847
"description": "نص زر الاستجابة الإيجابية لطلب التقييم."
18481848
},
1849-
"rateAppPromptNoButton": "لا",
1849+
"rateAppPromptNoButton": "يحتاج لتحسين",
18501850
"@rateAppPromptNoButton": {
18511851
"description": "نص زر الاستجابة السلبية لطلب التقييم."
18521852
},

lib/l10n/arb/app_en.arb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1842,11 +1842,11 @@
18421842
"@rateAppPromptBody": {
18431843
"description": "Body text for the in-app rating prompt bottom sheet."
18441844
},
1845-
"rateAppPromptYesButton": "Yes",
1845+
"rateAppPromptYesButton": "It's Great!",
18461846
"@rateAppPromptYesButton": {
18471847
"description": "Button text for a positive response to the rating prompt."
18481848
},
1849-
"rateAppPromptNoButton": "No",
1849+
"rateAppPromptNoButton": "Needs Work",
18501850
"@rateAppPromptNoButton": {
18511851
"description": "Button text for a negative response to the rating prompt."
18521852
},

0 commit comments

Comments
 (0)