gnucash maint: [trep-engine] add translator note for balance b/f

Christopher Lam clam at code.gnucash.org
Thu Mar 26 23:09:56 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/569c613a (commit)
	from  https://github.com/Gnucash/gnucash/commit/c3c0d95b (commit)



commit 569c613af00453728f9a9adf6ca8d26c4b92e7f0
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Mar 27 11:07:54 2020 +0800

    [trep-engine] add translator note for balance b/f

diff --git a/gnucash/report/report-system/trep-engine.scm b/gnucash/report/report-system/trep-engine.scm
index 4bd243390..f7d020a9f 100644
--- a/gnucash/report/report-system/trep-engine.scm
+++ b/gnucash/report/report-system/trep-engine.scm
@@ -1404,6 +1404,8 @@ be excluded from periodic reporting.")
              (data (if (and (any (lambda (c) (eq? 'bal-bf (vector-ref c 5)))
                                  calculated-cells)
                             (memq sortkey ACCOUNT-SORTING-TYPES))
+                       ;; Translators: Balance b/f stands for "Balance
+                       ;; brought forward".
                        (string-append data ": " (_ "Balance b/f"))
                        data))
              (renderer-fn (keylist-get-info



Summary of changes:
 gnucash/report/report-system/trep-engine.scm | 2 ++
 1 file changed, 2 insertions(+)



More information about the gnucash-changes mailing list