From a1071e7dd9b9efe3b1f61a3f6bb9f936ad6d7c6a Mon Sep 17 00:00:00 2001 From: Patrick Crandol Date: Tue, 11 Dec 2018 18:20:04 -0500 Subject: Add option to share to Pinboard. (#2178) * Prelim. Add Pinboard based on the url found in the "For iPad" section here: https://pinboard.in/howto/ * add i18n string for Pinboard * Add help to pinboard * add title to Pinboard Share Title seems to be an element, but isn't documented in the API. Perhaps it's an alternative to description? It probably won't hurt to include it. * Feedback from @samplereality * Minor Whitespace --- app/i18n/oc/gen.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/oc/gen.php') diff --git a/app/i18n/oc/gen.php b/app/i18n/oc/gen.php index 246a74eb2..ffe10941d 100644 --- a/app/i18n/oc/gen.php +++ b/app/i18n/oc/gen.php @@ -172,6 +172,7 @@ return array( 'linkedin' => 'LinkedIn', 'mastodon' => 'Mastodon', 'movim' => 'Movim', + 'pinboard' => 'Pinboard', 'pocket' => 'Pocket', 'print' => 'Imprimir', 'shaarli' => 'Shaarli', -- cgit v1.2.3