diff --git a/config/localizations_native/en/app.json b/config/localizations_native/en/app.json index c20da8e92..f996893fc 100644 --- a/config/localizations_native/en/app.json +++ b/config/localizations_native/en/app.json @@ -161,7 +161,8 @@ "WALLET_MISMATCH": "Wallet Mismatch", "NETWORK_MISMATCH": "Network Mismatch", "SWITCH_WALLET": "Please switch your wallet to {WALLET_ADDR}", - "WALLET_ACCOUNT_ERROR": "Unable to obtain account" + "WALLET_ACCOUNT_ERROR": "Unable to obtain account", + "ENTER_CODE": "Enter the decoding key" }, "ONBOARDING_TITLE": { "CREATE_PROFILE": "Create Profile" @@ -416,4 +417,4 @@ "TAKE_PROFIT_MARKET_ORDER_MAY_NOT_EXECUTE": "Take Profit Market orders on dYdX are not guaranteed to fill depending on liquidity at time of triggering. For more control, try a Take Profit Limit order." } } -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index 88409bb69..b017129b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.0.6", + "version": "1.0.7", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index dd9ad8591..512f8b012 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.0.6", + "version": "1.0.7", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index 3bf992d25..16cf998a6 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 scripts/codegen_localization_app.swift export const APP_STRING_KEYS = {