gnucash-htdocs beta: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Jun 26 22:52:29 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/852bcfb8 (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/2aaa503f (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/f93478a7 (commit)



commit 852bcfb834ba8a02e8d46e2377075bfd3852dba4
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jun 26 19:49:43 2022 -0700

    Add English (Australia) and English (New Zealand) to the updated translations.

diff --git a/news/220626-4.11.news b/news/220626-4.11.news
index 3624dfc..f2311e8 100644
--- a/news/220626-4.11.news
+++ b/news/220626-4.11.news
@@ -59,7 +59,8 @@
     </ul>
 </p>
 <p>New and Updated Translations: Arabic, Chinese (Simplified), Croatian,
-    English (United Kingdom), French, German, Hebrew, Hindi, Hungarian,
+    English (Australia), English (New Zealand), English (United Kingdom),
+    French, German, Hebrew, Hindi, Hungarian,
     Italian, Korean, Nepali, Norwegian Bokmål, Polish, Portuguese (Brazil),
     Russian, Spanish, Swedish, Ukrainian
 </p>

commit 2aaa503f7e044399fe77d6bd20ed158fd5dcc3bc
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jun 26 19:44:22 2022 -0700

    Fix windows latest stable.
    
    No extension needed yet.

diff --git a/externals/global_params.php b/externals/global_params.php
index fb2ec9a..f4a6480 100644
--- a/externals/global_params.php
+++ b/externals/global_params.php
@@ -12,7 +12,7 @@
 
      $latest_stable             = $major_stable.".".$minor_stable;
      //$latest_stable_win         = $latest_stable;
-     $latest_stable_win         = $latest_stable."-1";
+     $latest_stable_win         = $latest_stable;
      $latest_stable_mac_intel   = $latest_stable."-1";
 // Change this when there has been a re-tag to add the re-tag letter,
 // e.g. if one retagged 2.6.13 to 2.6.13a, make $tarball = $latest_stable."a".



Summary of changes:
 externals/global_params.php | 2 +-
 news/220626-4.11.news       | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list