Skip to content

Commit

Permalink
fix: add translation keys and ci for TON
Browse files Browse the repository at this point in the history
  • Loading branch information
chef-eric committed Feb 13, 2025
1 parent a7e3d91 commit 1239412
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/web/src/__tests__/translations.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ describe('Check translations available', () => {
throughDirectory('../../packages/uikit/src')
throughDirectory('../../packages/ui-wallets/src')
throughDirectory('../../packages/widgets-internal')
throughDirectory('../../apps/ton')
let match: RegExpExecArray | string | null = null

const extractedKeys = new Set<string>(whitelist)
Expand Down
29 changes: 28 additions & 1 deletion packages/localization/src/config/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -3586,5 +3586,32 @@
"TVL and APR data may not be reflected correctly due to technical limitation, please refer to": "TVL and APR data may not be reflected correctly due to technical limitation, please refer to",
"info page": "info page",
"for accurate values": "for accurate values",
"Updating the quote": "Updating the quote"
"Updating the quote": "Updating the quote",
"Approve %token%": "Approve %token%",
"Transaction %postfix%": "Transaction %postfix%",
"testnet": "testnet",
"Get TON": "Get TON",
"Need Help?": "Need Help?",
"View on explorer:": "View on explorer:",
"Your deposit": "Your deposit",
"Please approve it in your wallet:": "Please approve it in your wallet:",
"Slippage and Deadline": "Slippage and Deadline",
"Use max balance": "Use max balance",
"No tokens found": "No tokens found",
"Liquidity added": "Liquidity added",
"Error adding liquidity": "Error adding liquidity",
"Choose a valid trading pair": "Choose a valid trading pair",
"Pool does not exist": "Pool does not exist",
"Connect wallet to view your liquidity": "Connect wallet to view your liquidity",
"No liquidity found": "No liquidity found",
"Pooled %symbol%": "Pooled %symbol%",
"Your share in the pool": "Your share in the pool",
"Receive LP tokens and earn trading fees": "Receive LP tokens and earn trading fees",
"Fees accrue in real time and are automatically claimed upon liquidity withdrawal. ": "Fees accrue in real time and are automatically claimed upon liquidity withdrawal. ",
"Liquidity providers earn a 0.X% fee on all trades based on their pool share.": "Liquidity providers earn a 0.X% fee on all trades based on their pool share.",
"Connect wallet to add liquidity": "Connect wallet to add liquidity",
"Pooled %currency%": "Pooled %currency%",
"%currency% fee earned": "%currency% fee earned",
"Bridge Assets to TON Chain": "Bridge Assets to TON Chain",
"When you add liquidity, you'll receive pool tokens that represent your position. These tokens earn fees automatically, proportional to your share of the pool.": "When you add liquidity, you'll receive pool tokens that represent your position. These tokens earn fees automatically, proportional to your share of the pool."
}

0 comments on commit 1239412

Please sign in to comment.