@dydxprotocol/v4-localization 1.1.78 → 1.1.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1317,6 +1317,7 @@
1317
1317
  "STOP_PRICE_ABBREVIATED": "Stop",
1318
1318
  "STOP_PRICE": "Stop Price",
1319
1319
  "SUBMITTED": "Submitted",
1320
+ "SUBMITTING": "Submitting",
1320
1321
  "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.",
1321
1322
  "TAKE_PROFIT_LIMIT_SHORT": "Take Profit Limit",
1322
1323
  "TAKE_PROFIT_LIMIT": "Take Profit Limit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.78",
3
+ "version": "1.1.79",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1,6 +1,6 @@
1
1
  // !! GENERATED FILE - DO NOT EDIT
2
2
 
3
- // Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift
3
+ // Generated from ../config/localization/en/app.json using codegen_localization_app.swift
4
4
 
5
5
  export const APP_STRING_KEYS = {
6
6
 
@@ -1463,6 +1463,7 @@ export const APP_STRING_KEYS = {
1463
1463
  STOP_PRICE: 'APP.TRADE.STOP_PRICE',
1464
1464
  STOP_PRICE_ABBREVIATED: 'APP.TRADE.STOP_PRICE_ABBREVIATED',
1465
1465
  SUBMITTED: 'APP.TRADE.SUBMITTED',
1466
+ SUBMITTING: 'APP.TRADE.SUBMITTING',
1466
1467
  TAKER: 'APP.TRADE.TAKER',
1467
1468
  TAKER_FEE: 'APP.TRADE.TAKER_FEE',
1468
1469
  TAKE_PROFIT: 'APP.TRADE.TAKE_PROFIT',