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/nl/index.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'app/i18n/nl/index.php') diff --git a/app/i18n/nl/index.php b/app/i18n/nl/index.php index ee5142957..915968a63 100644 --- a/app/i18n/nl/index.php +++ b/app/i18n/nl/index.php @@ -1,9 +1,19 @@ array( '_' => 'Over', - 'agpl3' => 'AGPL 3', + 'agpl3' => 'AGPL 3', // IGNORE 'bugs_reports' => 'Rapporteer fouten', 'credits' => 'Waarderingen', 'credits_content' => 'Sommige ontwerp elementen komen van Bootstrap alhoewel FreshRSS dit raamwerk niet gebruikt. Pictogrammen komen van het GNOME project. De Open Sans font police is gemaakt door Steve Matteson. FreshRSS is gebaseerd op Minz, een PHP raamwerk. Nederlandse vertaling door Wanabo, NieuwsKop.be. Link naar de Nederlandse vertaling, FreshRSS-Dutch-translation.', @@ -12,7 +22,7 @@ return array( 'license' => 'Licentie', 'project_website' => 'Projectwebsite', 'title' => 'Over', - 'version' => 'Versie', + 'version' => 'Versie', // IGNORE ), 'feed' => array( 'add' => 'U kunt wat feeds toevoegen.', -- cgit v1.2.3