Skip to content

Commit

Permalink
transfer history string keys (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemag-dev authored Sep 20, 2023
1 parent 9bfd917 commit c54e3e8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@
"TRANSFER_IN": "Transfer In",
"TRANSFER_OUT": "Transfer Out",
"TRANSFERS": "Transfers",
"FROM": "from ${FROM}",
"TO": "to ${TO}",
"TUTORIALS": "Tutorials",
"TYPE": "Type",
"UNAVAILABLE": "Unavailable",
Expand Down
5 changes: 3 additions & 2 deletions config/localizations_native/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@
"PLACEHOLDER_NO_FILLS_LOG_IN": "You must sign in to view trades",
"PLACEHOLDER_NO_TRADES": "You do not have any trades",
"PLACEHOLDER_NO_TRADES_LOG_IN": "You must sign in to view trades",
"PLACEHOLDER_NO_FUNDING_LOG_IN": "You must sign in to view funding",
"PLACEHOLDER_NO_TRANSFERS": "You do not have any transfers",
"PLACEHOLDER_NO_FUNDING": "You do not have any funding payments",
"PLACEHOLDER_NO_FUNDING_LOG_IN": "You must sign in to view funding payments",
"PLACEHOLDER_NO_TRANSFERS": "You do not have any transfers",
"PLACEHOLDER_NO_TRANSFERS_LOG_IN": "You must sign in to view transfers",
"PRICE_AND_TRIGGER": "Price / Trigger",
"PRICE_FEE": "Price / Fee",
"PRICE_TYPE": "Price / Type",
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": "0.1.9",
"version": "0.1.10",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down

0 comments on commit c54e3e8

Please sign in to comment.