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/pt-br/index.php | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'app/i18n/pt-br/index.php') diff --git a/app/i18n/pt-br/index.php b/app/i18n/pt-br/index.php index f0e4cc868..71528913e 100644 --- a/app/i18n/pt-br/index.php +++ b/app/i18n/pt-br/index.php @@ -1,9 +1,19 @@ array( '_' => 'Sobre', - 'agpl3' => 'AGPL 3', + 'agpl3' => 'AGPL 3', // IGNORE 'bugs_reports' => 'Reportar Bugs', 'credits' => 'Créditos', 'credits_content' => 'Alguns elementos de design vieram do Bootstrap Embora FreshRRS não utiliza este framework. Ícones vieram do GNOME project. Open Sans font police foi criada por Steve Matteson. FreshRSS é baseado no Minz, um framework PHP.', @@ -23,10 +33,10 @@ return array( 'title_global' => 'Visualização Global', ), 'log' => array( - '_' => 'Logs', + '_' => 'Logs', // IGNORE 'clear' => 'Limpar logs', 'empty' => 'Arquivo de log está vazio', - 'title' => 'Logs', + 'title' => 'Logs', // IGNORE ), 'menu' => array( 'about' => 'Sobre o FreshRSS', -- cgit v1.2.3