Skip to content

Commit

Permalink
add good til date string (#279)
Browse files Browse the repository at this point in the history
* add good til date string

* bump version
  • Loading branch information
aforaleka authored Feb 15, 2024
1 parent 3ea35b7 commit 9a1c265
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,7 @@
"FUNDING_RATE_1H_SHORT": "1h Funding",
"FUNDING_RATE": "Estimated 1h Funding",
"GOOD_TIL_DATE_ABBREVIATED": "Good Til",
"GOOD_TIL_DATE": "Good Til Date",
"GOOD_TIL_TIME": "Good Til Time",
"GOOD_TIL": "Good Til",
"HISTORICAL_FUNDING_RATE": "Historical Funding Rate",
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.31",
"version": "1.1.32",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion scripts/generated/app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// !! GENERATED FILE - DO NOT EDIT

// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift

export const APP_STRING_KEYS = {

Expand Down Expand Up @@ -1228,6 +1228,7 @@ export const APP_STRING_KEYS = {
FUNDING_RATE: 'APP.TRADE.FUNDING_RATE',
FUNDING_RATE_1H_SHORT: 'APP.TRADE.FUNDING_RATE_1H_SHORT',
GOOD_TIL: 'APP.TRADE.GOOD_TIL',
GOOD_TIL_DATE: 'APP.TRADE.GOOD_TIL_DATE',
GOOD_TIL_DATE_ABBREVIATED: 'APP.TRADE.GOOD_TIL_DATE_ABBREVIATED',
GOOD_TIL_TIME: 'APP.TRADE.GOOD_TIL_TIME',
HISTORICAL_FUNDING_RATE: 'APP.TRADE.HISTORICAL_FUNDING_RATE',
Expand Down

0 comments on commit 9a1c265

Please sign in to comment.