Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.1.27: Add Keplr language #270

Merged
merged 1 commit into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading