From 127b7f0a3aad7012055c058e8aba0d27192a8cbc Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sat, 8 Jan 2022 08:00:26 -0500 Subject: Change i18n process (#4131) Before, the ignore info were stored in a different file which was a bit cumbersome for new comers. Now, this info is stored directly in the translation file as a comment. Before, there was no way of telling translators that a previously translated string was in need of a new translation. Now, the dirty information is there to convey that info. --- app/i18n/es/index.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'app/i18n/es/index.php') diff --git a/app/i18n/es/index.php b/app/i18n/es/index.php index c92789482..072c39795 100755 --- a/app/i18n/es/index.php +++ b/app/i18n/es/index.php @@ -1,9 +1,19 @@ array( '_' => 'Acerca de', - 'agpl3' => 'AGPL 3', + 'agpl3' => 'AGPL 3', // IGNORE 'bugs_reports' => 'Informe de fallos', 'credits' => 'Créditos', 'credits_content' => 'Aunque FreshRSS no usa ese entorno, algunos elementos del diseño están obtenidos de Bootstrap. Los Iconos han sido obtenidos del proyecto GNOME. La fuente Open Sans es una creación de Steve Matteson. FreshRSS usa el entorno PHP Minz.', -- cgit v1.2.3