@dydxprotocol/v4-localization 1.1.72 → 1.1.73

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.
@@ -43,6 +43,7 @@
43
43
  "ACCOUNT": "Account",
44
44
  "ACKNOWLEDGEMENT": "Acknowledgement",
45
45
  "ACTION": "Action",
46
+ "ACTIONS": "Actions",
46
47
  "ACTIVE": "Active",
47
48
  "ADDING": "Adding",
48
49
  "ADDRESS": "Address",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.72",
3
+ "version": "1.1.73",
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
 
@@ -246,6 +246,7 @@ export const APP_STRING_KEYS = {
246
246
  ACCOUNT_LEVERAGE: 'APP.GENERAL.ACCOUNT_LEVERAGE',
247
247
  ACKNOWLEDGEMENT: 'APP.GENERAL.ACKNOWLEDGEMENT',
248
248
  ACTION: 'APP.GENERAL.ACTION',
249
+ ACTIONS: 'APP.GENERAL.ACTIONS',
249
250
  ACTIVE: 'APP.GENERAL.ACTIVE',
250
251
  ADDING: 'APP.GENERAL.ADDING',
251
252
  ADDRESS: 'APP.GENERAL.ADDRESS',