diff options
| author | 2020-01-16 17:11:04 +0100 | |
|---|---|---|
| committer | 2020-01-16 17:11:04 +0100 | |
| commit | 68863fbac8d0f9346eb3de17b079c84d5ead1b6c (patch) | |
| tree | 62c4e54997b8852a08194ee8cd84b0dee853435d /app/i18n/es/conf.php | |
| parent | d7ac234036a10f575a902af6fc63bb890f85c7b1 (diff) | |
Show Favorites as Unread (#2766)
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Co-authored-by: Marien Fressinaud <dev@marienfressinaud.fr>
Diffstat (limited to 'app/i18n/es/conf.php')
| -rwxr-xr-x | app/i18n/es/conf.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/es/conf.php b/app/i18n/es/conf.php index 8b61c4d0f..f3fa9954c 100755 --- a/app/i18n/es/conf.php +++ b/app/i18n/es/conf.php @@ -97,6 +97,7 @@ return array( ), 'reading' => array( 'after_onread' => 'Tras “marcar todo como leído”,', + 'always_show_favorites' => 'Show all articles in favorites by default', // TODO - Translation 'articles_per_page' => 'Número de artículos por página', 'auto_load_more' => 'Cargar más artículos al final de la página', 'auto_remove_article' => 'Ocultar artículos tras la lectura', |
