gnucash maint: [I18N] Add a translator comment about date formats

Frank H.Ellenberger fell at code.gnucash.org
Wed Sep 4 22:20:16 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/f389a2af (commit)
	from  https://github.com/Gnucash/gnucash/commit/2c787d5b (commit)



commit f389a2af05961042b2f9d47f605075f2bf575533
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Thu Sep 5 02:53:44 2019 +0200

    [I18N] Add a translator comment about date formats

diff --git a/gnucash/register/ledger-core/split-register-model.c b/gnucash/register/ledger-core/split-register-model.c
index 1e45fbc03..9c6705a63 100644
--- a/gnucash/register/ledger-core/split-register-model.c
+++ b/gnucash/register/ledger-core/split-register-model.c
@@ -1003,6 +1003,8 @@ gnc_split_register_get_date_help (VirtualLocation virt_loc,
 
     gnc_date_cell_get_date ((DateCell *) cell, &cell_time, FALSE);
 
+    /* Translators: This is a date format, see i.e.
+       https://www.gnu.org/software/libc/manual/html_node/Formatting-Calendar-Time.html */
     date_string = gnc_print_time64 (cell_time, _("%A %d %B %Y"));
 
     return g_strdup (date_string);



Summary of changes:
 gnucash/register/ledger-core/split-register-model.c | 2 ++
 1 file changed, 2 insertions(+)



More information about the gnucash-changes mailing list