Skip to content

Commit

Permalink
MOB-238 Strings to download mobile app
Browse files Browse the repository at this point in the history
  • Loading branch information
johnqh committed Feb 14, 2024
1 parent 3ea35b7 commit 6698b4c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"DISCOUNT": "Discount",
"DISMISS": "Dismiss",
"DONE": "Done",
"DOWNLOAD_MOBILE_APP": "Download mobile app",
"DYDX_CHAIN_ADDRESS": "dYdX Chain Address",
"DYDX_CHAIN": "dYdX Chain",
"EARNED": "Earned",
Expand Down Expand Up @@ -231,6 +232,7 @@
"SAFETY": "Safety",
"SAVE": "Save",
"SAVED": "Saved",
"SCAN_TO_DOWNLOAD": "Scan to download app",
"SELECT_ASSET": "Select an asset",
"SELECT_CHAIN": "Select a chain",
"SELL": "Sell",
Expand Down
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.31",
"version": "1.1.32",
"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 @@ -271,6 +271,7 @@ export const APP_STRING_KEYS = {
DISCOUNT: 'APP.GENERAL.DISCOUNT',
DISMISS: 'APP.GENERAL.DISMISS',
DONE: 'APP.GENERAL.DONE',
DOWNLOAD_MOBILE_APP: 'APP.GENERAL.DOWNLOAD_MOBILE_APP',
DYDX_CHAIN: 'APP.GENERAL.DYDX_CHAIN',
DYDX_CHAIN_ADDRESS: 'APP.GENERAL.DYDX_CHAIN_ADDRESS',
EARNED: 'APP.GENERAL.EARNED',
Expand Down Expand Up @@ -398,6 +399,7 @@ export const APP_STRING_KEYS = {
SAFETY: 'APP.GENERAL.SAFETY',
SAVE: 'APP.GENERAL.SAVE',
SAVED: 'APP.GENERAL.SAVED',
SCAN_TO_DOWNLOAD: 'APP.GENERAL.SCAN_TO_DOWNLOAD',
SELECT_ASSET: 'APP.GENERAL.SELECT_ASSET',
SELECT_CHAIN: 'APP.GENERAL.SELECT_CHAIN',
SELL: 'APP.GENERAL.SELL',
Expand Down

0 comments on commit 6698b4c

Please sign in to comment.