diff options
| author | 2024-05-19 21:36:11 +0200 | |
|---|---|---|
| committer | 2024-05-19 21:36:11 +0200 | |
| commit | a69b44b94e3d59ee96ab1bbf72d06765e238f8bc (patch) | |
| tree | 729620ba1254467d56edb4726aa7d38518c97eea /app/i18n/es/index.php | |
| parent | 08d63289750325f79a36ea3f524d92c84e66c745 (diff) | |
Fix spanish language (#6471)
* Fix spanish language
* fix translation #6471
* fix ellipsis
Diffstat (limited to 'app/i18n/es/index.php')
| -rw-r--r-- | app/i18n/es/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/es/index.php b/app/i18n/es/index.php index 027743e0c..22628fb39 100644 --- a/app/i18n/es/index.php +++ b/app/i18n/es/index.php @@ -45,7 +45,7 @@ return array( 'bookmark_query' => 'Marcar consulta actual', 'favorites' => 'Favoritos (%s)', 'global_view' => 'Vista Global', - 'important' => 'Important feeds', // TODO + 'important' => 'Feeds importantes', 'main_stream' => 'Salida Principal', 'mark_all_read' => 'Marcar todo como leído', 'mark_cat_read' => 'Marcar categoría como leída', |
