mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
Merge branch 'no-c-format' into 'main'
gtkfilechooserwidget: Mark string as no-c-format See merge request GNOME/gtk!7376
This commit is contained in:
commit
0b57bd5a53
@ -3774,6 +3774,7 @@ my_g_format_date_for_display (GtkFileChooserWidget *impl,
|
||||
}
|
||||
else if (g_date_time_get_year (now) == g_date_time_get_year (time))
|
||||
{
|
||||
/* xgettext:no-c-format */
|
||||
format = _("%-e %b");
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user