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

update localization for claiming rewards #513

Closed
wants to merge 2 commits into from
Closed
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 @@ -1683,6 +1683,8 @@
"YOU_CAN_WIN_THESE": "You can win these in our {LEAGUES_LINK}"
},
"STAKING_REWARDS": {
"AMOUNT_IN_GAS_TO_CLAIM": "{AMOUNT} in gas to claim",
"AMOUNT_WILL_BE_AVAILABLE_FOR_TRADING": "{AMOUNT} will be available for trading",
"CLAIM_USDC_AMOUNT": "Claim {USDC_AMOUNT} USDC",
"CLAIM_STAKING_REWARDS": "Claim Staking Rewards!",
"EARN_APR": "Earn {APR_PERCENTAGE} APR",
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.116",
"version": "1.1.117",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion scripts/generated/app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// !! GENERATED FILE - DO NOT EDIT

// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift

export const APP_STRING_KEYS = {

Expand Down Expand Up @@ -1280,6 +1280,8 @@ export const APP_STRING_KEYS = {

// STAKING_REWARDS

AMOUNT_IN_GAS_TO_CLAIM: 'APP.STAKING_REWARDS.AMOUNT_IN_GAS_TO_CLAIM',
AMOUNT_WILL_BE_AVAILABLE_FOR_TRADING: 'APP.STAKING_REWARDS.AMOUNT_WILL_BE_AVAILABLE_FOR_TRADING',
AVAILABLE_IN_DAYS: 'APP.STAKING_REWARDS.AVAILABLE_IN_DAYS',
CLAIM_STAKING_REWARDS: 'APP.STAKING_REWARDS.CLAIM_STAKING_REWARDS',
CLAIM_USDC_AMOUNT: 'APP.STAKING_REWARDS.CLAIM_USDC_AMOUNT',
Expand Down
Loading