@dydxprotocol/v4-localization 1.1.31 → 1.1.32

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.
@@ -964,6 +964,7 @@
964
964
  "FUNDING_RATE_1H_SHORT": "1h Funding",
965
965
  "FUNDING_RATE": "Estimated 1h Funding",
966
966
  "GOOD_TIL_DATE_ABBREVIATED": "Good Til",
967
+ "GOOD_TIL_DATE": "Good Til Date",
967
968
  "GOOD_TIL_TIME": "Good Til Time",
968
969
  "GOOD_TIL": "Good Til",
969
970
  "HISTORICAL_FUNDING_RATE": "Historical Funding Rate",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.31",
3
+ "version": "1.1.32",
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
 
@@ -1228,6 +1228,7 @@ export const APP_STRING_KEYS = {
1228
1228
  FUNDING_RATE: 'APP.TRADE.FUNDING_RATE',
1229
1229
  FUNDING_RATE_1H_SHORT: 'APP.TRADE.FUNDING_RATE_1H_SHORT',
1230
1230
  GOOD_TIL: 'APP.TRADE.GOOD_TIL',
1231
+ GOOD_TIL_DATE: 'APP.TRADE.GOOD_TIL_DATE',
1231
1232
  GOOD_TIL_DATE_ABBREVIATED: 'APP.TRADE.GOOD_TIL_DATE_ABBREVIATED',
1232
1233
  GOOD_TIL_TIME: 'APP.TRADE.GOOD_TIL_TIME',
1233
1234
  HISTORICAL_FUNDING_RATE: 'APP.TRADE.HISTORICAL_FUNDING_RATE',