Skip to content

Commit d1f5fea

Browse files
authored
Merge pull request #622 from lockdown-systems/fix-i18n
fix: add missing i18n strings
2 parents 46f941c + 9fa3df1 commit d1f5fea

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • src/renderer/src/i18n/locales

src/renderer/src/i18n/locales/en.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,15 +331,17 @@
331331
"tweetsNotArchivedYet": "You have {strong} that haven't been archived yet",
332332
"orAtLeast": "or at least",
333333
"unlessTheyHaveAtLeast": "unless they have at least",
334-
"likesDescription": "Likes are only visible to you on X. Cyd will delete all of the likes it can, but it can't delete <em>ghost likes</em>.",
334+
"likesDescription": "Likes are only visible to you on X. Cyd will delete all of the likes it can, but it can't delete ghost likes.",
335335
"bookmarksDescription": "Bookmarks are only visible to you on X.",
336336
"dmsDescription": "This will only delete DMs from your account. The people you've sent messages to will still have them unless they delete their DMs as well.",
337337
"saveHTMLTweetsDMsBookmarks": "Save HTML tweets, direct messages, and/or bookmarks",
338338
"saveHTMLTweetsDMsBookmarksDescription": "Cyd can save an HTML version of each tweet, and detailed backup of your direct messages, and your bookmarks.",
339339
"buildFromScratchRecommended": "You don't have a lot of data in your X account, so having Cyd scroll through your profile will be faster. Building from scratch is also a great way to backup your direct messages.",
340340
"importArchiveDescription": "Importing your X archive will work great, but you'll need to wait at least a day for X to send it to you if you don't already have it.",
341341
"importArchiveUnknown": "Importing your X archive is probably the best option, but you'll need to wait at least a day for X to send it to you if you don't already have it.",
342-
"lockAccountEnableProtect": "Enable the \"Protect your posts\" feature, so only your followers can see your posts."
342+
"lockAccountEnableProtect": "Enable the \"Protect your posts\" feature, so only your followers can see your posts.",
343+
"readMore": "Read more",
344+
"premium": "Premium"
343345
},
344346
"platform": {
345347
"u2fNotice": "If you use a U2F security key (like a Yubikey) for 2FA, press it when you see a white screen.",

0 commit comments

Comments
 (0)