diff options
author | Alexandre Alapetite <alexandre@alapetite.fr> | 2024-07-24 19:37:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-24 19:37:30 +0200 |
commit | a6d7bdc7426af55ffde71ab626a096a98f650974 (patch) | |
tree | 38bd6086210364abb502c64d20b8106ed25cc0fe /app/i18n/es | |
parent | 3dca6ab1eef70e2e6fe19388238f7ec26f3c69af (diff) | |
download | freshrss-a6d7bdc7426af55ffde71ab626a096a98f650974.tar.gz freshrss-a6d7bdc7426af55ffde71ab626a096a98f650974.zip |
New global option to automatically add articles to favourites (#6648)
fix https://github.com/FreshRSS/FreshRSS/issues/6639
Diffstat (limited to 'app/i18n/es')
-rw-r--r-- | app/i18n/es/conf.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/i18n/es/conf.php b/app/i18n/es/conf.php index dc0e1c86a..4612752b5 100644 --- a/app/i18n/es/conf.php +++ b/app/i18n/es/conf.php @@ -250,6 +250,9 @@ return array( 'newer_first' => 'Nuevos primero', 'older_first' => 'Antiguos primero', ), + 'star' => array( + 'when' => 'Mark an article as favourite…', // TODO + ), 'sticky_post' => 'Pegar el artículo a la parte superior al abrirlo', 'title' => 'Lectura', 'view' => array( |