From 46c8f6e77b74c97993414af1c3a3a8a047414baf Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sun, 3 Jan 2021 12:20:15 -0500 Subject: Add clipboard sharing (#3330) When the discussion #3327 started, I thought that the clipboard share is a good idea. It never occurred to me because I do not use a smartphone. It might need some polishing but it seems pretty usable as-is. See #3327 --- cli/i18n/ignore/en-us.php | 1 + cli/i18n/ignore/fr.php | 1 + 2 files changed, 2 insertions(+) (limited to 'cli') diff --git a/cli/i18n/ignore/en-us.php b/cli/i18n/ignore/en-us.php index 518ca705b..fa3f11590 100644 --- a/cli/i18n/ignore/en-us.php +++ b/cli/i18n/ignore/en-us.php @@ -538,6 +538,7 @@ return array( 'gen.period.years', 'gen.share.Known', 'gen.share.blogotext', + 'gen.share.clipboard', 'gen.share.diaspora', 'gen.share.email', 'gen.share.facebook', diff --git a/cli/i18n/ignore/fr.php b/cli/i18n/ignore/fr.php index 8b0857bb0..09fbd5456 100644 --- a/cli/i18n/ignore/fr.php +++ b/cli/i18n/ignore/fr.php @@ -50,6 +50,7 @@ return array( 'gen.share.linkedin', 'gen.share.mastodon', 'gen.share.movim', + 'gen.share.pocket', 'gen.share.shaarli', 'gen.share.twitter', 'gen.share.wallabag', -- cgit v1.2.3