@dydxprotocol/v4-localization 1.1.106 → 1.1.107
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.
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -278,6 +278,8 @@ export const APP_STRING_KEYS = {
|
|
|
278
278
|
ALLOWED: 'APP.GENERAL.ALLOWED',
|
|
279
279
|
ALL_MARKETS: 'APP.GENERAL.ALL_MARKETS',
|
|
280
280
|
AMOUNT: 'APP.GENERAL.AMOUNT',
|
|
281
|
+
AMOUNT_TO_ADD: 'APP.GENERAL.AMOUNT_TO_ADD',
|
|
282
|
+
AMOUNT_TO_REMOVE: 'APP.GENERAL.AMOUNT_TO_REMOVE',
|
|
281
283
|
ANONYMOUS: 'APP.GENERAL.ANONYMOUS',
|
|
282
284
|
ARE_UNCHANGED: 'APP.GENERAL.ARE_UNCHANGED',
|
|
283
285
|
ARE_YOU_SURE: 'APP.GENERAL.ARE_YOU_SURE',
|