Skip to content

Commit

Permalink
add tags that map to cmc sector_tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredvu committed Oct 16, 2024
1 parent f71e26a commit e329396
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"ADDRESS": "Address",
"ADVANCED": "Advanced",
"AI": "AI",
"AI_BIG_DATA": "AI & Big Data",
"ALERTS": "Alerts",
"ALL_MARKETS": "All markets",
"ALL": "All",
Expand Down Expand Up @@ -124,6 +125,7 @@
"DEFAULT_TO_ALL_MARKETS_IN_POSITIONS": "Default to All markets in Positions / Orders / Fills",
"DEFI": "DeFi",
"DEGRADED": "Degraded",
"DEPIN": "DePIN",
"DEPLOYER_TERMS_AND_CONDITIONS": "deployer Terms and Conditions",
"DEPOSIT_FUNDS": "Deposit funds",
"DEPOSIT_MORE": "Deposit more",
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.220",
"version": "1.1.221",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
4 changes: 3 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 @@ -346,6 +346,7 @@ export const APP_STRING_KEYS = {
ADD_NEW_MARKET_CAPITALIZED: 'APP.GENERAL.ADD_NEW_MARKET_CAPITALIZED',
ADVANCED: 'APP.GENERAL.ADVANCED',
AI: 'APP.GENERAL.AI',
AI_BIG_DATA: 'APP.GENERAL.AI_BIG_DATA',
ALERTS: 'APP.GENERAL.ALERTS',
ALL: 'APP.GENERAL.ALL',
ALLOWED: 'APP.GENERAL.ALLOWED',
Expand Down Expand Up @@ -414,6 +415,7 @@ export const APP_STRING_KEYS = {
DEFAULT_TO_ALL_MARKETS_IN_POSITIONS: 'APP.GENERAL.DEFAULT_TO_ALL_MARKETS_IN_POSITIONS',
DEFI: 'APP.GENERAL.DEFI',
DEGRADED: 'APP.GENERAL.DEGRADED',
DEPIN: 'APP.GENERAL.DEPIN',
DEPLOYER_TERMS_AND_CONDITIONS: 'APP.GENERAL.DEPLOYER_TERMS_AND_CONDITIONS',
DEPOSIT: 'APP.GENERAL.DEPOSIT',
DEPOSIT_FUNDS: 'APP.GENERAL.DEPOSIT_FUNDS',
Expand Down

0 comments on commit e329396

Please sign in to comment.