From e93675e03639c2c8d4fc7d70cfccaa10f5f1707e Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Mon, 28 Dec 2020 07:08:38 -0500 Subject: Fix tag management translation (#3292) Before, feedback messages were not translated. Now, they are. --- app/i18n/es/feedback.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/i18n/es/feedback.php') diff --git a/app/i18n/es/feedback.php b/app/i18n/es/feedback.php index 358c954de..395a18151 100755 --- a/app/i18n/es/feedback.php +++ b/app/i18n/es/feedback.php @@ -109,6 +109,11 @@ return array( ), 'purge_completed' => 'Limpieza completada (se han eliminado %d artículos)', ), + 'tag' => array( + 'created' => 'Tag "%s" has been created.', // TODO - Translation + 'name_exists' => 'Tag name already exists.', // TODO - Translation + 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation + ), 'update' => array( 'can_apply' => 'FreshRSS se va a actualizar a la versión %s.', 'error' => 'Hubo un error durante el proceso de actualización: %s', -- cgit v1.2.3