Skip to content

Commit 2947b27

Browse files
committed
feat(l10n): add english localization for demo auth hints
This change adds new keys and their English translations to the `app_en.arb` file for the demo email and verification code hints. This centralizes the strings for easier management.
1 parent fd24eb7 commit 2947b27

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

lib/l10n/arb/app_en.arb

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,5 +893,26 @@
893893
"appStatusDisabled": "Disabled",
894894
"@appStatusDisabled": {
895895
"description": "Text for the 'Disabled' app status"
896+
},
897+
"demoEmailHint": "For demo, use email: {email}",
898+
"@demoEmailHint": {
899+
"description": "Hint text shown in demo environment for the login email.",
900+
"placeholders": {
901+
"email": {
902+
"type": "String",
903+
"example": "[email protected]"
904+
}
905+
}
906+
},
907+
"demoCodeHint": "For demo, use code: {code}",
908+
"@demoCodeHint": {
909+
"description": "Hint text shown in demo environment for the verification code.",
910+
"placeholders": {
911+
"code": {
912+
"type": "String",
913+
"example": "123456"
914+
}
915+
}
896916
}
917+
897918
}

0 commit comments

Comments
 (0)