From a89fce27cbc3f3cdfe0cbc10f1ba63a85efa8ebb Mon Sep 17 00:00:00 2001 From: maTh Date: Wed, 16 Mar 2022 23:23:15 +0100 Subject: New sharing service: Web sharing API (#4271) * new optional option: HTMLtag * Update main.js * add: web sharing API * Update gen.php * Update gen.php * Update gen.php * fix spaces * Update shares.php * fixed JavaScript * Update template.rtl.css * Typo * improved: if (!navigator.share) * Update main.js * comma-dangle only for arrays and objects * Update app/i18n/fr/gen.php Co-authored-by: Alexandre Alapetite * i18n: System sharing Co-authored-by: Alexandre Alapetite --- app/i18n/pt-br/gen.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'app/i18n/pt-br/gen.php') diff --git a/app/i18n/pt-br/gen.php b/app/i18n/pt-br/gen.php index 54953d063..bbe4e2dda 100644 --- a/app/i18n/pt-br/gen.php +++ b/app/i18n/pt-br/gen.php @@ -198,17 +198,18 @@ return array( 'mastodon' => 'Mastodon', // IGNORE 'movim' => 'Movim', // IGNORE 'pinboard' => 'Pinboard', // IGNORE - 'pinterest' => 'Pinterest', // TODO + 'pinterest' => 'Pinterest', // IGNORE 'pocket' => 'Pocket', // IGNORE 'print' => 'Imprimir', 'raindrop' => 'Raindrop.io', // IGNORE - 'reddit' => 'Reddit', // TODO + 'reddit' => 'Reddit', // IGNORE 'shaarli' => 'Shaarli', // IGNORE 'twitter' => 'Twitter', // IGNORE 'wallabag' => 'wallabag v1', // IGNORE 'wallabagv2' => 'wallabag v2', // IGNORE - 'whatsapp' => 'Whatsapp', // TODO - 'xing' => 'Xing', // TODO + 'web-sharing-api' => 'System sharing', // TODO + 'whatsapp' => 'Whatsapp', // IGNORE + 'xing' => 'Xing', // IGNORE ), 'short' => array( 'attention' => 'Atenção!', -- cgit v1.2.3