Skip to content

Commit

Permalink
add empty trading rewards string
Browse files Browse the repository at this point in the history
  • Loading branch information
aforaleka committed Feb 1, 2024
1 parent 644a466 commit e461d7f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -1353,6 +1353,7 @@
"SEASON_ID":"Season {SEASON_ID}",
"TRADING_REWARD": "Trading Reward",
"REWARD_HISTORY_DESCRIPTION": "Rewards are distributed after every block.",
"EMPTY_HISTORICAL_REWARDS_DESCRIPTION": "Start trading to earn rewards.",
"FAQ_WHO_IS_ELIGIBLE_QUESTION": "Who is eligible for trading rewards?",
"FAQ_WHO_IS_ELIGIBLE_ANSWER": "All traders are eligible for trading rewards.",
"FAQ_HOW_DO_TRADING_REWARDS_WORK_QUESTION": "How do trading rewards work?",
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.20",
"version": "1.1.21",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
3 changes: 2 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 @@ -1349,6 +1349,7 @@ export const APP_STRING_KEYS = {

// TRADING_REWARDS

EMPTY_HISTORICAL_REWARDS_DESCRIPTION: 'APP.TRADING_REWARDS.EMPTY_HISTORICAL_REWARDS_DESCRIPTION',
EVENT: 'APP.TRADING_REWARDS.EVENT',
FAQ_HOW_DO_I_CLAIM_MY_REWARDS_ANSWER: 'APP.TRADING_REWARDS.FAQ_HOW_DO_I_CLAIM_MY_REWARDS_ANSWER',
FAQ_HOW_DO_I_CLAIM_MY_REWARDS_QUESTION: 'APP.TRADING_REWARDS.FAQ_HOW_DO_I_CLAIM_MY_REWARDS_QUESTION',
Expand Down

0 comments on commit e461d7f

Please sign in to comment.