diff --git a/config/localization/en/app.json b/config/localization/en/app.json index f716469c3..7601cb83b 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -559,6 +559,7 @@ "LEDGER": "Ledger", "MATH_WALLET": "MathWallet", "METAMASK": "MetaMask", + "OKX_WALLET": "OKX", "RAINBOW_WALLET": "Rainbow", "TOKEN_POCKET": "TokenPocket", "TRUST_WALLET": "Trust", diff --git a/package-lock.json b/package-lock.json index bceacd438..b55965270 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.32", + "version": "1.1.34", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 987563eb5..a882b1a54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.33", + "version": "1.1.34", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index 409e5ff7a..a12420b29 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -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 = { @@ -1428,6 +1428,7 @@ export const APP_STRING_KEYS = { LEDGER: 'APP.WALLETS.LEDGER', MATH_WALLET: 'APP.WALLETS.MATH_WALLET', METAMASK: 'APP.WALLETS.METAMASK', + OKX_WALLET: 'APP.WALLETS.OKX_WALLET', OTHER_WALLET: 'APP.WALLETS.OTHER_WALLET', RAINBOW_WALLET: 'APP.WALLETS.RAINBOW_WALLET', TEST_WALLET: 'APP.WALLETS.TEST_WALLET',