diff options
| author | 2024-06-10 19:43:48 +0200 | |
|---|---|---|
| committer | 2024-06-10 19:43:48 +0200 | |
| commit | 493d46759eda507190b11206f6c3d668edbd9b40 (patch) | |
| tree | 537a12267618d5d43e3ddd3a6a4aaac055ccbbb4 /app/i18n/de | |
| parent | 5b28a35003a015e29770094932157f13a3f7f5c0 (diff) | |
fix broken sharing services (part 2): delete Blogotext (#6225)
Diffstat (limited to 'app/i18n/de')
| -rw-r--r-- | app/i18n/de/conf.php | 1 | ||||
| -rw-r--r-- | app/i18n/de/gen.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php index 91963fa3c..9da725499 100644 --- a/app/i18n/de/conf.php +++ b/app/i18n/de/conf.php @@ -257,7 +257,6 @@ return array( 'sharing' => array( '_' => 'Teilen', 'add' => 'Füge eine Teilen-Dienst hinzu', - 'blogotext' => 'Blogotext', // IGNORE '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', diff --git a/app/i18n/de/gen.php b/app/i18n/de/gen.php index 4785cb7b4..8cb974039 100644 --- a/app/i18n/de/gen.php +++ b/app/i18n/de/gen.php @@ -203,7 +203,6 @@ return array( 'Known' => 'Known-Seite (https://withknown.com)', 'archiveORG' => 'archive.org', // IGNORE 'archivePH' => 'archive.ph', // IGNORE - 'blogotext' => 'Blogotext', // IGNORE 'buffer' => 'Buffer', // IGNORE 'clipboard' => 'Zwischenablage', 'diaspora' => 'Diaspora*', // IGNORE |
