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

chore: add missing keys #722

Merged
merged 2 commits into from
Sep 30, 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
4 changes: 3 additions & 1 deletion config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@
"SIZE": "Size",
"SLOW_WITHDRAW": "Slow Withdraw",
"SORT_BY": "Sort by",
"SOURCE": "Source",
"SOURCE_ADDRESS": "Source Address",
"STAKE": "Stake",
"STAKED": "Staked",
Expand Down Expand Up @@ -2093,7 +2094,8 @@
"SEND_FUNDS": "Deposit crypto",
"SEND_FUNDS_MODAL_TITLE": "Transfer & Deposit",
"SEND_FUNDS_MODAL_SUBTITLE": "Deposit crypto to your wallet and trading account",
"SEND_FUNDS_SUBTITLE": "Send funds to this wallet address and deposit to your trading account."
"SEND_FUNDS_SUBTITLE": "Send funds to this wallet address and deposit to your trading account.",
"SHOW_DEPOSIT_FORM": "Show deposit form"
},
"USER_SURVEY": {
"USER_SURVEY_BODY": "We're constantly looking for ways to improve your trading experience on dYdX! Please consider taking our 10 minute user survey.",
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.207",
"version": "1.1.208",
"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 @@ -157,6 +157,7 @@ export const APP_STRING_KEYS = {
SEND_FUNDS_MODAL_TITLE: 'APP.DEPOSIT_OPTIONS.SEND_FUNDS_MODAL_TITLE',
SEND_FUNDS_SUBTITLE: 'APP.DEPOSIT_OPTIONS.SEND_FUNDS_SUBTITLE',
SEND_TO_WALLET: 'APP.DEPOSIT_OPTIONS.SEND_TO_WALLET',
SHOW_DEPOSIT_FORM: 'APP.DEPOSIT_OPTIONS.SHOW_DEPOSIT_FORM',

// DEPOSIT_PROMO

Expand Down Expand Up @@ -612,6 +613,7 @@ export const APP_STRING_KEYS = {
SIZE: 'APP.GENERAL.SIZE',
SLOW_WITHDRAW: 'APP.GENERAL.SLOW_WITHDRAW',
SORT_BY: 'APP.GENERAL.SORT_BY',
SOURCE: 'APP.GENERAL.SOURCE',
SOURCE_ADDRESS: 'APP.GENERAL.SOURCE_ADDRESS',
STAKE: 'APP.GENERAL.STAKE',
STAKED: 'APP.GENERAL.STAKED',
Expand Down
Loading