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

Add ENTER_CODE key #175

Merged
merged 1 commit into from
Nov 27, 2023
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
5 changes: 3 additions & 2 deletions config/localizations_native/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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."
}
}
}
}
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.0.6",
"version": "1.0.7",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/generated/app.ts
Original file line number Diff line number Diff line change
@@ -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 = {

Expand Down