Skip to content

Commit

Permalink
feat: Added dynamic string
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Aug 19, 2023
1 parent c4774f5 commit 3ebe527
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/dashboard/user_pin/view/user_pin_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class _UserPinViewState extends State<UserPinView> {
children: [
const SizedBox(height: Sizes.space2XLarge),
Text(
"Please insert your pin.????",
l10n.pleaseInsertThePinCode,
textAlign: TextAlign.center,
style: Theme.of(context).textTheme.titleLarge,
),
Expand Down
3 changes: 2 additions & 1 deletion lib/l10n/arb/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -930,5 +930,6 @@
"oidc4vcProfile": "OIDC4VC Profile",
"pleaseSwitchToCorrectOIDC4VCProfile": "Please switch to correct OIDC4VC profile.",
"authenticationSuccess": "Authentication Success",
"format": "Format"
"format": "Format",
"pleaseInsertThePinCode": "Please insert the pincode."
}
12 changes: 8 additions & 4 deletions lib/l10n/untranslated.json
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,8 @@
"oidc4vcProfile",
"pleaseSwitchToCorrectOIDC4VCProfile",
"authenticationSuccess",
"format"
"format",
"pleaseInsertThePinCode"
],

"es": [
Expand Down Expand Up @@ -1688,7 +1689,8 @@
"oidc4vcProfile",
"pleaseSwitchToCorrectOIDC4VCProfile",
"authenticationSuccess",
"format"
"format",
"pleaseInsertThePinCode"
],

"fr": [
Expand Down Expand Up @@ -1837,7 +1839,8 @@
"oidc4vcProfile",
"pleaseSwitchToCorrectOIDC4VCProfile",
"authenticationSuccess",
"format"
"format",
"pleaseInsertThePinCode"
],

"it": [
Expand Down Expand Up @@ -2683,6 +2686,7 @@
"oidc4vcProfile",
"pleaseSwitchToCorrectOIDC4VCProfile",
"authenticationSuccess",
"format"
"format",
"pleaseInsertThePinCode"
]
}

0 comments on commit 3ebe527

Please sign in to comment.