From 27a3083b7d48e5d755cd637c7ea64b6c72638ed3 Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 18 Apr 2023 10:28:53 +0100 Subject: [PATCH] chore: extract lang --- packages/app/src/lang.json | 3 +++ packages/app/src/translations/en.json | 1 + 2 files changed, 4 insertions(+) diff --git a/packages/app/src/lang.json b/packages/app/src/lang.json index 002ac453..cb96ad1f 100644 --- a/packages/app/src/lang.json +++ b/packages/app/src/lang.json @@ -363,6 +363,9 @@ "HbefNb": { "defaultMessage": "Open Wallet" }, + "IDjHJ6": { + "defaultMessage": "Thanks for using Snort, please consider donating if you can." + }, "IEwZvs": { "defaultMessage": "Are you sure you want to unpin this note?" }, diff --git a/packages/app/src/translations/en.json b/packages/app/src/translations/en.json index 7616967f..68e88936 100644 --- a/packages/app/src/translations/en.json +++ b/packages/app/src/translations/en.json @@ -118,6 +118,7 @@ "HFls6j": "name will be available later", "HOzFdo": "Muted", "HbefNb": "Open Wallet", + "IDjHJ6": "Thanks for using Snort, please consider donating if you can.", "IEwZvs": "Are you sure you want to unpin this note?", "IKOPx/": "Donate Page", "INSqIz": "Twitter username...",