Skip to content

Commit

Permalink
chore: add order value key (#773)
Browse files Browse the repository at this point in the history
* order value

* halp
  • Loading branch information
moo-onthelawn authored Oct 23, 2024
1 parent 4b7d9e2 commit bd79cde
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"OPTIONAL": "Optional",
"OR": "or",
"ORDERS": "Orders",
"ORDER_VALUE": "Order Value",
"OTHER_DETAILS": "Other details",
"OTHER": "Other",
"OVERVIEW": "Overview",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.230",
"version": "1.1.231",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ export const APP_STRING_KEYS = {
OPTIONAL: 'APP.GENERAL.OPTIONAL',
OR: 'APP.GENERAL.OR',
ORDERS: 'APP.GENERAL.ORDERS',
ORDER_VALUE: 'APP.GENERAL.ORDER_VALUE',
OTHER: 'APP.GENERAL.OTHER',
OTHER_DETAILS: 'APP.GENERAL.OTHER_DETAILS',
OVERVIEW: 'APP.GENERAL.OVERVIEW',
Expand Down

0 comments on commit bd79cde

Please sign in to comment.