From 5b09fffc2f0a9b82864c5ee160226b27a91e2ddf Mon Sep 17 00:00:00 2001 From: mikemag-dev <3445394+mikemag-dev@users.noreply.github.com> Date: Fri, 3 Nov 2023 15:29:27 -0400 Subject: [PATCH 1/2] add CANCELING_ORDER and CANCELING_ORDER_DESC strings --- config/localizations_native/en/app.json | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config/localizations_native/en/app.json b/config/localizations_native/en/app.json index 9911b748e..86bfbeb1f 100644 --- a/config/localizations_native/en/app.json +++ b/config/localizations_native/en/app.json @@ -238,6 +238,8 @@ "SELECT_EXPIRATION_TIME_UNIT": "Select expiration time unit", "SUBMITTING_ORDER": "Submitting", "SUBMITTING_ORDER_DESC": "Your order is being submitted.", + "CANCELING_ORDER": "Cancelling", + "CANCELING_ORDER_DESC": "Your order to {SIDE} {SIZE} {MARKET} is being cancelled.", "UNREALIZED": "Unrealized", "MODE": { "SELECT_PREFERENCE": "Select Preference", diff --git a/package-lock.json b/package-lock.json index a278b7875..73205129d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.0.0", + "version": "1.0.1", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index 06174d339..3787675c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.0.0", + "version": "1.0.1", "description": "v4 localization", "main": "index.ts", "scripts": { From a5a17c9bfa385e474ac88617f389a9ff265da8d1 Mon Sep 17 00:00:00 2001 From: mike-dydx <149746839+mike-dydx@users.noreply.github.com> Date: Fri, 3 Nov 2023 16:13:05 -0400 Subject: [PATCH 2/2] Update app.json spelling --- config/localizations_native/en/app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/localizations_native/en/app.json b/config/localizations_native/en/app.json index 86bfbeb1f..0ced51b48 100644 --- a/config/localizations_native/en/app.json +++ b/config/localizations_native/en/app.json @@ -215,7 +215,7 @@ "NOT_TRIGGERED_STATUS": "Not Triggered", "NOT_TRIGGERED_STATUS_DESC": "Your order has not been triggered.", "NOT_SET": "Not Set", - "ORDER_CANCELED_DESC": "Your order has been cancelled.", + "ORDER_CANCELED_DESC": "Your order has been canceled.", "ORDER_COULD_NOT_FILL": "A Fill-or-Kill or Immediate-or-Cancel order could not be fully filled.", "ORDER_FAILED": "An internal issue caused the order to be canceled.", "ORDER_FILLED_DESC": "Your order was filled successfully.", @@ -238,8 +238,8 @@ "SELECT_EXPIRATION_TIME_UNIT": "Select expiration time unit", "SUBMITTING_ORDER": "Submitting", "SUBMITTING_ORDER_DESC": "Your order is being submitted.", - "CANCELING_ORDER": "Cancelling", - "CANCELING_ORDER_DESC": "Your order to {SIDE} {SIZE} {MARKET} is being cancelled.", + "CANCELING_ORDER": "Canceling", + "CANCELING_ORDER_DESC": "Your order to {SIDE} {SIZE} {MARKET} is being canceled.", "UNREALIZED": "Unrealized", "MODE": { "SELECT_PREFERENCE": "Select Preference",