Skip to content

Commit

Permalink
Add Keplr language (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredvu authored Feb 8, 2024
1 parent aa53952 commit ec79530
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -1360,6 +1360,8 @@
"LIQUID_STAKE_STRIDE_DESCRIPTION": "Stake your {TOKEN_DENOM} tokens for st{TOKEN_DENOM} which you can deploy around the ecosystem.",
"NAVIGATE_TO_STRIDE": "{STRONG_YES}, navigate to Stride Zone.",
"STAKE_WITH_KEPLR": "Stake with Keplr",
"STAKE_WITH_KEPLR_AND_LEAVING_DESCRIPTION": "By selecting “{CTA}” below, you acknowledge and agree that (a) you will leave our website and join a website made available by Chainapsis, Inc. (“Keplr”), which is independent from and unaffiliated with the host and operator of this website (the “Operator”); (b) this service is provided to you directly by Keplr and does not involve the Operator; (c) this service and any staking occurs outside of the Operator’s website; and (d) any transaction or transmission of value will occur directly between you and Keplr. This service is not available to any persons located in the U.S., Canada or restricted territories. You also agree that any information requested from you by Keplr is not provided to the Operator, and that you will not hold the Operator liable for any aspect of any transaction or transmission between you and Keplr. Nothing on the Operator’s website constitutes, nor should be construed or relied upon as, financial advice, legal advice, tax advice, investment advice or advice of any other nature, and you agree that you are responsible to conduct independent research, perform due diligence and engage a professional advisor prior to taking any financial, tax, legal or investment action related to any of the foregoing.",
"STAKING_AND_LEAVING": "Staking and leaving website disclaimer",
"STAKING_PAGE_SUBTITLE": "Stake to earn APR. Unstaking can take up to 30 days.",
"STAKING_REWARDS": "Staking Rewards"
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.26",
"version": "1.1.27",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1136,6 +1136,8 @@ export const APP_STRING_KEYS = {
LIQUID_STAKING_AND_LEAVING_DESCRIPTION: 'APP.STAKING_REWARDS.LIQUID_STAKING_AND_LEAVING_DESCRIPTION',
NAVIGATE_TO_STRIDE: 'APP.STAKING_REWARDS.NAVIGATE_TO_STRIDE',
STAKE_WITH_KEPLR: 'APP.STAKING_REWARDS.STAKE_WITH_KEPLR',
STAKE_WITH_KEPLR_AND_LEAVING_DESCRIPTION: 'APP.STAKING_REWARDS.STAKE_WITH_KEPLR_AND_LEAVING_DESCRIPTION',
STAKING_AND_LEAVING: 'APP.STAKING_REWARDS.STAKING_AND_LEAVING',
STAKING_PAGE_SUBTITLE: 'APP.STAKING_REWARDS.STAKING_PAGE_SUBTITLE',
STAKING_REWARDS: 'APP.STAKING_REWARDS.STAKING_REWARDS',

Expand Down

0 comments on commit ec79530

Please sign in to comment.