mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-26 10:51:09 -06:00
[I18N] Add a translator comment about date formats
This commit is contained in:
parent
2c787d5b36
commit
f389a2af05
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user