Skip to content

Commit

Permalink
bugfix(Translation): Add i18nKey missing in Settings for Experimental…
Browse files Browse the repository at this point in the history
… Countervalues API
  • Loading branch information
mcayuelas-ledger committed Sep 13, 2022
1 parent e11d177 commit e99e176
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/famous-cobras-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": patch
---

Add i18nKey missing in Settings for Experimental Countervalues API
7 changes: 4 additions & 3 deletions apps/ledger-live-desktop/src/renderer/experimental.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,10 @@ export const experimentalFeatures: Feature[] = [
{
type: "toggle",
name: "LEDGER_COUNTERVALUES_API",
title: "Experimental countervalues API",
description:
"This may cause the countervalues displayed for your accounts to become incorrect.",
title: <Trans i18nKey="settings.experimental.features.experimentalCountervalues.title" />,
description: (
<Trans i18nKey="settings.experimental.features.experimentalCountervalues.description" />
),
valueOn: "https://countervalues-experimental.live.ledger.com",
valueOff: "https://countervalues.live.ledger.com",
},
Expand Down
6 changes: 5 additions & 1 deletion apps/ledger-live-desktop/static/i18n/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3417,6 +3417,10 @@
"title": "Extended account search",
"description": "Scan for accounts with erroneous derivation paths. Please send potentially found assets to a regular account."
},
"experimentalCountervalues": {
"title": "Experimental countervalues API",
"description": "This may cause the countervalues displayed for your accounts to become incorrect."
},
"experimentalExplorers": {
"title": "Experimental Explorers API",
"description": "Try an upcoming version of Ledger's blockchain explorers. Changing this setting may affect the account balance and synchronization as well as the send feature.\n(<0></0>)"
Expand Down Expand Up @@ -5037,4 +5041,4 @@
"title": "choose account"
}
}
}
}

0 comments on commit e99e176

Please sign in to comment.