Skip to content

Commit

Permalink
add submitting string (#425)
Browse files Browse the repository at this point in the history
* add submitting

* 1.1.79
  • Loading branch information
aforaleka authored May 1, 2024
1 parent ecb9f0c commit ded7a8f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -1317,6 +1317,7 @@
"STOP_PRICE_ABBREVIATED": "Stop",
"STOP_PRICE": "Stop Price",
"SUBMITTED": "Submitted",
"SUBMITTING": "Submitting",
"TAKE_PROFIT_LIMIT_DESCRIPTION": "A take profit limit order converts to a traditional limit order whenever the oracle price or last trade price crosses your trigger price.",
"TAKE_PROFIT_LIMIT_SHORT": "Take Profit Limit",
"TAKE_PROFIT_LIMIT": "Take Profit Limit",
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.78",
"version": "1.1.79",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
3 changes: 2 additions & 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 codegen_localization_app.swift

export const APP_STRING_KEYS = {

Expand Down Expand Up @@ -1463,6 +1463,7 @@ export const APP_STRING_KEYS = {
STOP_PRICE: 'APP.TRADE.STOP_PRICE',
STOP_PRICE_ABBREVIATED: 'APP.TRADE.STOP_PRICE_ABBREVIATED',
SUBMITTED: 'APP.TRADE.SUBMITTED',
SUBMITTING: 'APP.TRADE.SUBMITTING',
TAKER: 'APP.TRADE.TAKER',
TAKER_FEE: 'APP.TRADE.TAKER_FEE',
TAKE_PROFIT: 'APP.TRADE.TAKE_PROFIT',
Expand Down

0 comments on commit ded7a8f

Please sign in to comment.