From 83d7e730d624f535c9bd745b6b9adc9a576938bd Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Thu, 22 May 2025 20:32:43 +0200 Subject: [PATCH] Add translation --- src/components/BuyQortInformation.tsx | 15 +++++++++++---- src/i18n/locales/en/core.json | 3 +++ src/qdn/encryption/group-encryption.ts | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/src/components/BuyQortInformation.tsx b/src/components/BuyQortInformation.tsx index 77eacf6..b3f6442 100644 --- a/src/components/BuyQortInformation.tsx +++ b/src/components/BuyQortInformation.tsx @@ -63,11 +63,14 @@ export const BuyQortInformation = ({ balance }) => { maxWidth: '90vw', padding: '10px', width: '400px', - }} // TODO translate + }} > - Get QORT using Qortal's crosschain trade portal + {t('core:message.generic.get_qort_trade_portal', { + postProcess: 'capitalizeFirstChar', + })} + { fontSize: '1rem', }} > - Trade QORT + {t('core:action.trade_qort', { + postProcess: 'capitalizeFirstChar', + })} @@ -107,7 +112,9 @@ export const BuyQortInformation = ({ balance }) => { textDecoration: 'underline', }} > - Benefits of having QORT + {t('core:message.generic.benefits_qort', { + postProcess: 'capitalizeFirstChar', + })}