mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -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);
|
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"));
|
date_string = gnc_print_time64 (cell_time, _("%A %d %B %Y"));
|
||||||
|
|
||||||
return g_strdup (date_string);
|
return g_strdup (date_string);
|
||||||
|
Loading…
Reference in New Issue
Block a user