Skip to content

Commit 9181c3c

Browse files
committed
feat(l10n): add demo verification code message
1 parent 406e4a3 commit 9181c3c

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -895,5 +895,15 @@
895895
"savedHeadlinesEmptySubheadline": "لم تقم بحفظ أي مقالات بعد. ابدأ الاستكشاف!",
896896
"@savedHeadlinesEmptySubheadline": {
897897
"description": "Subheadline for empty state on saved headlines page"
898+
},
899+
"demoVerificationCodeMessage": "وضع العرض التوضيحي: استخدم الرمز {code}",
900+
"@demoVerificationCodeMessage": {
901+
"description": "رسالة تظهر في وضع العرض التوضيحي لتوفير رمز التحقق",
902+
"placeholders": {
903+
"code": {
904+
"type": "String",
905+
"example": "123456"
906+
}
907+
}
898908
}
899909
}

lib/l10n/arb/app_en.arb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,5 +911,15 @@
911911
"followedCategoriesEmptySubheadline": "Start following categories to see them here.",
912912
"@followedCategoriesEmptySubheadline": {
913913
"description": "Subheadline for empty state on followed categories page"
914+
},
915+
"demoVerificationCodeMessage": "Demo Mode: Use code {code}",
916+
"@demoVerificationCodeMessage": {
917+
"description": "Message shown in demo mode to provide the verification code",
918+
"placeholders": {
919+
"code": {
920+
"type": "String",
921+
"example": "123456"
922+
}
923+
}
914924
}
915925
}

0 commit comments

Comments
 (0)