@dydxprotocol/v4-localization 1.1.227 → 1.1.228

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.
@@ -293,6 +293,7 @@
293
293
  "QUEUED": "Queued",
294
294
  "RANKINGS": "Rankings",
295
295
  "REAL_WORLD_ASSET_SHORT": "RWA",
296
+ "RECEIPT": "Receipt",
296
297
  "RECEIVE": "Receive",
297
298
  "RECENT_TRADES_SHORT": "Trades",
298
299
  "RECENT": "Recent",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.227",
3
+ "version": "1.1.228",
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 scripts/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
 
@@ -593,6 +593,7 @@ export const APP_STRING_KEYS = {
593
593
  QUEUED: 'APP.GENERAL.QUEUED',
594
594
  RANKINGS: 'APP.GENERAL.RANKINGS',
595
595
  REAL_WORLD_ASSET_SHORT: 'APP.GENERAL.REAL_WORLD_ASSET_SHORT',
596
+ RECEIPT: 'APP.GENERAL.RECEIPT',
596
597
  RECEIVE: 'APP.GENERAL.RECEIVE',
597
598
  RECENT: 'APP.GENERAL.RECENT',
598
599
  RECENTLY_LISTED: 'APP.GENERAL.RECENTLY_LISTED',