Skip to content

Commit

Permalink
chore: translate unlimited (#778)
Browse files Browse the repository at this point in the history
* unlimited

* bump v
  • Loading branch information
moo-onthelawn authored Oct 25, 2024
1 parent d2a7967 commit 7742818
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 @@ -1135,6 +1135,7 @@
"MEGAVAULT_DESCRIPTION": "Earn by providing liquidity across markets.",
"PERMISIONLESS_MARKET_LISTINGS": "Permissionless Market Listings",
"PERMISIONLESS_MARKET_LISTINGS_DESCRIPTION": "Instantly list markets on dYdX Chain without requiring governance approval.",
"UNLIMITED": "unlimited",
"UPDATED_INCENTIVES": "Updated Incentives",
"UPDATED_INCENTIVES_DESCRIPTION": "Earn DYDX by staking, listing markets, trading, and 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.235",
"version": "1.1.236",
"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 @@ -270,6 +270,7 @@ export const APP_STRING_KEYS = {
MEGAVAULT_DESCRIPTION: 'APP.DYDX_UNLIMITED_MODAL.MEGAVAULT_DESCRIPTION',
PERMISIONLESS_MARKET_LISTINGS: 'APP.DYDX_UNLIMITED_MODAL.PERMISIONLESS_MARKET_LISTINGS',
PERMISIONLESS_MARKET_LISTINGS_DESCRIPTION: 'APP.DYDX_UNLIMITED_MODAL.PERMISIONLESS_MARKET_LISTINGS_DESCRIPTION',
UNLIMITED: 'APP.DYDX_UNLIMITED_MODAL.UNLIMITED',
UPDATED_INCENTIVES: 'APP.DYDX_UNLIMITED_MODAL.UPDATED_INCENTIVES',
UPDATED_INCENTIVES_DESCRIPTION: 'APP.DYDX_UNLIMITED_MODAL.UPDATED_INCENTIVES_DESCRIPTION',

Expand Down

0 comments on commit 7742818

Please sign in to comment.