gnucash-htdocs master: Enable pl to allow the translator to see the result

Frank H.Ellenberger fell at code.gnucash.org
Fri Apr 16 10:54:56 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/8d55236d (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/d8403255 (commit)



commit 8d55236dd4f19b334b08560e6cee23555ff7a435
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Fri Apr 16 16:54:32 2021 +0200

    Enable pl to allow the translator to see the result

diff --git a/externals/header.phtml b/externals/header.phtml
index 41fd204..ce9a5e6 100644
--- a/externals/header.phtml
+++ b/externals/header.phtml
@@ -153,7 +153,7 @@
         | <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "hu_HU"); ?>">Magyar</a>
         | <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "nl_NL"); ?>">Nederlands</a>
         | <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "nb_NO"); ?>">Norsk Bokmål</a>
-        <!--| <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "pl_PL"); ?>">Polska</a> -->
+        | <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "pl_PL"); ?>">Polska</a>
         | <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "pt_PT"); ?>">Português</a>
         | <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "zh_CN"); ?>">简体中文</a>
         | <a class="nav" href="<?= make_lang_href($current_page, $get_parms, "zh_TW"); ?>">繁體中文</a>
diff --git a/lang.php b/lang.php
index 36d4e95..ba553a5 100644
--- a/lang.php
+++ b/lang.php
@@ -43,7 +43,7 @@ $supported_languages = array(
         'ja_JP' => 'ja',
         'nb_NO' => 'nb',
         'nl_NL' => 'nl',
-//        'pl_PL' => 'pl',
+        'pl_PL' => 'pl',
         'pt_PT' => 'pt',
         'zh_CN' => 'zh_CN', 
         'zh_TW' => 'zh_TW'



Summary of changes:
 externals/header.phtml | 2 +-
 lang.php               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list