@dydxprotocol/v4-localization 0.1.20 → 0.1.21

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.
@@ -31,7 +31,7 @@
31
31
  "X_HOURS_LOWERCASED": "{X} hours",
32
32
  "X_MINUTES_LOWERCASED": "{X} minutes",
33
33
  "X_MINUTES": "{X} Minutes",
34
- "X_SECONDS_LOWERCASED": "{X} seconds",
34
+ "X_SECONDS_LOWERCASED": "{X} seconds"
35
35
  },
36
36
  "ABOUT": "About",
37
37
  "ACADEMY": "Academy",
@@ -1799,4 +1799,4 @@
1799
1799
  "TAKE_PROFIT_MARKET_ORDER_MAY_NOT_EXECUTE": "Take Profit Market"
1800
1800
  }
1801
1801
  }
1802
- }
1802
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
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 scripts/codegen_localization_app.swift
4
4
 
5
5
  export const APP_STRING_KEYS = {
6
6