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/oc/index.php | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'app/i18n/oc/index.php') diff --git a/app/i18n/oc/index.php b/app/i18n/oc/index.php index feed34c09..165bc88bf 100644 --- a/app/i18n/oc/index.php +++ b/app/i18n/oc/index.php @@ -1,9 +1,19 @@ array( '_' => 'A prepaus', - 'agpl3' => 'AGPL 3', + 'agpl3' => 'AGPL 3', // IGNORE 'bugs_reports' => 'Senhalament de problèmas', 'credits' => 'Crèdits', 'credits_content' => 'Unes elements de l’estil venon del projècte Bootstrap encara que FreshRSS utilize pas aqueste framework. Las icònas venon del projècte GNOME. La polissa Open Sans utilizada foguèt creada per en Steve Matteson. FreshRSS es basat sus Minz, un framework PHP.', @@ -12,7 +22,7 @@ return array( 'license' => 'Licéncia', 'project_website' => 'Site del projècte', 'title' => 'A prepaus', - 'version' => 'Version', + 'version' => 'Version', // IGNORE ), 'feed' => array( 'add' => 'Podètz ajustar de fluxes.', @@ -23,10 +33,10 @@ return array( 'title_global' => 'Vista generala', ), 'log' => array( - '_' => 'Jornals d’audit', + '_' => 'Jornals d’audit', // IGNORE 'clear' => 'Escafar los jornals', 'empty' => 'Los jornals son voids', - 'title' => 'Jornals d’audit', + 'title' => 'Jornals d’audit', // IGNORE ), 'menu' => array( 'about' => 'A prepaus de FreshRSS', -- cgit v1.2.3