diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 0baab61d7..bbb1c6f3c 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -254,6 +254,7 @@ "POSITION": "Position", "POWERED_BY": "Powered By", "POWERED_BY_ALL_CAPS": "POWERED BY", + "PREDICTION_MARKET": "Prediction Market", "PRICE_CHART_SHORT": "Price", "PRICE": "Price", "PRIVACY": "Privacy", @@ -662,6 +663,10 @@ "PRIMARY": "Celestia is a modular data availability network that securely scales with the number of users, making it easy for anyone to launch their own blockchain.", "SECONDARY": "Celestia enables the next generation of scalable blockchain architectures - modular blockchains. Celestia scales by decoupling execution from consensus and introducing a new primitive, data availability sampling." }, + "TRUMPWIN": { + "PRIMARY": "This market will final settle to $1 if Donald J. Trump wins the 2024 US Presidential Election. Otherwise, this market will final settle to 0.00001. This market uses Polymarket as its oracle source.", + "SECONDARY": "Polymarket’s resolution source for this market is the Associated Press, Fox News, and NBC. This market will resolve once all three sources call the race for the same candidate. If all three sources haven’t called the race for the same candidate by the inauguration date (January 20, 2025) this market will resolve based on who is inaugurated." + }, "TRX": { "PRIMARY": "TRON is a public blockchain dedicated to providing the underlying infrastructure that enables developers to create smart contracts and decentralized applications, freely publish, own, and store data & other content.", "SECONDARY": "TRON relies on a Delegated Proof-of-Stake (DPoS) mechanism in which 27 Super Representatives rotate every 6 hours to validate blocks and transactions." diff --git a/package-lock.json b/package-lock.json index e141a4a0e..eaf166de3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.167", + "version": "1.1.168", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.166", + "version": "1.1.168", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index af665ad0e..97ca50314 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.167", + "version": "1.1.168", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index c07e27d81..00cde653a 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -480,6 +480,7 @@ export const APP_STRING_KEYS = { POSITION: 'APP.GENERAL.POSITION', POWERED_BY: 'APP.GENERAL.POWERED_BY', POWERED_BY_ALL_CAPS: 'APP.GENERAL.POWERED_BY_ALL_CAPS', + PREDICTION_MARKET: 'APP.GENERAL.PREDICTION_MARKET', PRICE: 'APP.GENERAL.PRICE', PRICE_CHART_SHORT: 'APP.GENERAL.PRICE_CHART_SHORT', PRIVACY: 'APP.GENERAL.PRIVACY',