From 2f7d7392165dedf1831a625f7f83a668a70e7a23 Mon Sep 17 00:00:00 2001 From: SansGuidon Date: Sat, 18 Jan 2025 13:57:02 +0000 Subject: [PATCH] feat(autotag) social media tags --- auto_tag_plugin/auto_tag_plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto_tag_plugin/auto_tag_plugin.php b/auto_tag_plugin/auto_tag_plugin.php index 5581532..603ae87 100644 --- a/auto_tag_plugin/auto_tag_plugin.php +++ b/auto_tag_plugin/auto_tag_plugin.php @@ -57,7 +57,7 @@ function auto_tag_plugin_init(ConfigManager $conf) 'espresso,coffee,café' => 'coffee', 'ethic,ethique,ethics' => 'ethics', 'explor,going deep,exploration' => 'discovery', - 'fediverse,unsafe,liberté,fédiverse' => 'privacy-and-security,freedom,social-media', + 'fediverse,unsafe,liberté,fédiverse' => 'privacy-and-security,freedom', 'libre,free,liberté,degoogling,degoogle,degoogler,dégooglisation' => 'freedom', 'logiciel libre,free software,logiciel gratuit,free to use' => 'free-software', 'from home,remote work,work remote,travail à distance,télétravail' => 'remote-work', @@ -117,7 +117,7 @@ function auto_tag_plugin_init(ConfigManager $conf) 'smartphone,android,mobile,phone,téléphone,sms' => 'mobile', 'snippet,extrait de code' => 'code', 'static site,static-site,site statique' => 'static-site,static-web', - 'social media,réseau social,réseaux sociaux,social networks,social network' => 'social-media', + 'social media,réseau social,fediverse,fédiverse,réseaux sociaux,social networks,social network' => 'social-media', 'teamwork,collaborat,équipe,cooperat,coordinat,travail équipe' => 'collaboration', 'technology,technologie' => 'technology', 'template,modèle' => 'template',