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/sk | |
| 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/sk')
| -rw-r--r-- | app/i18n/sk/conf.php | 1 | ||||
| -rw-r--r-- | app/i18n/sk/gen.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/sk/conf.php b/app/i18n/sk/conf.php index 0c86af74a..c605c3dab 100644 --- a/app/i18n/sk/conf.php +++ b/app/i18n/sk/conf.php @@ -287,6 +287,7 @@ return array( 'sharing' => array( '_' => 'Zdieľanie', 'add' => 'Pridať spôsob zdieľania', + 'bluesky' => 'Bluesky', // TODO 'deprecated' => 'Táto služba nie je podporovaná a bude z FreshRSS odstránená v <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Pre viac informácií otvorte dokumentáciu" target="_blank">budúcich verziách</a>.', 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'E-mail', // IGNORE diff --git a/app/i18n/sk/gen.php b/app/i18n/sk/gen.php index 1143ab7b5..eae7c58c7 100644 --- a/app/i18n/sk/gen.php +++ b/app/i18n/sk/gen.php @@ -212,6 +212,7 @@ return array( 'archiveIS' => 'archive.is', // IGNORE 'archiveORG' => 'archive.org', // IGNORE 'archivePH' => 'archive.ph', // IGNORE + 'bluesky' => 'Bluesky', // TODO 'buffer' => 'Buffer', // IGNORE 'clipboard' => 'Schránka', 'diaspora' => 'Diaspora*', // IGNORE |
