add translations

This commit is contained in:
Tom (plebeius.eth)
2024-10-13 17:58:21 +02:00
parent 89d37dc029
commit a845e1a820
36 changed files with 74 additions and 36 deletions
@@ -180,7 +180,10 @@ const AccountSettings = () => {
+
</button>
<div className={styles.warning}>
stored locally ({window.isElectron ? 'this desktop app' : isAndroid ? 'this mobile app' : window.location.hostname}), not synced across devices
{t('stored_locally', {
location: window.isElectron ? 'this desktop app' : isAndroid ? 'this mobile app' : window.location.hostname,
interpolation: { escapeValue: false },
})}
</div>
</div>
<div></div>