diff options
| author | 2024-12-19 11:14:51 +0100 | |
|---|---|---|
| committer | 2024-12-19 11:14:51 +0100 | |
| commit | d69cdbdefb8c7ee5a207bdb0180b5745b7f25f6a (patch) | |
| tree | 1fb9b6afa8d03e75e4409a79e9322073b20cd2f3 /app/i18n/de/conf.php | |
| parent | 3b87372061b16d172899b29fe9b5414b9194abd4 (diff) | |
Add share link Bluesky (#7116)
* Add share link bluesky
* Update
* make fix-all
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/de/conf.php')
| -rw-r--r-- | app/i18n/de/conf.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php index 9e0e9d813..71ed1438e 100644 --- a/app/i18n/de/conf.php +++ b/app/i18n/de/conf.php @@ -287,6 +287,7 @@ return array( 'sharing' => array( '_' => 'Teilen', 'add' => 'Füge eine Teilen-Dienst hinzu', + 'bluesky' => 'Bluesky', // TODO 'deprecated' => 'Dieser Dienst ist veraltet und wir in einer <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">zukünftigen FreshRSS-Version</a> entfernt.', 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'E-Mail', |
