Skip to content

Commit

Permalink
overview strings (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo authored Oct 2, 2024
1 parent 49062ba commit 1f257d2
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 @@ -387,6 +387,7 @@
"TRADING_REWARDS": "Trading Rewards",
"TRADING_REWARDS_SUMMARY": "Trading Rewards Summary",
"TRADING": "Trading",
"TRADING_ACCOUNT": "Trading Account",
"TRAILING_STOP_SHORT": "Trailing",
"TRANSFER_IN": "Transfer In",
"TRANSFER_OUT": "Transfer Out",
Expand Down Expand Up @@ -1671,6 +1672,7 @@
"VAULT_THIRTY_DAY_PNL": "30d P&L",
"YOUR_VAULT_BALANCE": "Your Vault Balance",
"VIEW_VAULT": "View Vault",
"VIEW_MEGAVAULT": "View MegaVault",
"VAULT_EQUITY": "Vault Equity",
"VAULT_PNL": "Vault P&L",
"YOUR_DEPOSITS_AND_WITHDRAWALS": "Your Deposits & Withdrawals",
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.211",
"version": "1.1.212",
"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 @@ -679,6 +679,7 @@ export const APP_STRING_KEYS = {
TRADE_AN_AMOUNT: 'APP.GENERAL.TRADE_AN_AMOUNT',
TRADE_NOW: 'APP.GENERAL.TRADE_NOW',
TRADING: 'APP.GENERAL.TRADING',
TRADING_ACCOUNT: 'APP.GENERAL.TRADING_ACCOUNT',
TRADING_FEE_REDUCTION: 'APP.GENERAL.TRADING_FEE_REDUCTION',
TRADING_FEE_REDUCTION_DESCRIPTION_2: 'APP.GENERAL.TRADING_FEE_REDUCTION_DESCRIPTION_2',
TRADING_REWARDS: 'APP.GENERAL.TRADING_REWARDS',
Expand Down Expand Up @@ -1870,6 +1871,7 @@ export const APP_STRING_KEYS = {
VAULT_PNL: 'APP.VAULTS.VAULT_PNL',
VAULT_THIRTY_DAY_APR: 'APP.VAULTS.VAULT_THIRTY_DAY_APR',
VAULT_THIRTY_DAY_PNL: 'APP.VAULTS.VAULT_THIRTY_DAY_PNL',
VIEW_MEGAVAULT: 'APP.VAULTS.VIEW_MEGAVAULT',
VIEW_VAULT: 'APP.VAULTS.VIEW_VAULT',
WITHDRAW_TOO_HIGH: 'APP.VAULTS.WITHDRAW_TOO_HIGH',
YOUR_ALL_TIME_PNL: 'APP.VAULTS.YOUR_ALL_TIME_PNL',
Expand Down

0 comments on commit 1f257d2

Please sign in to comment.