Mark "%-e %b" as "no-c-format" for xgettext.

This commit is contained in:
Danial Behzadi
2024-07-01 19:31:40 +00:00
parent 56f4274c67
commit cd9174daa2

View File

@ -4909,6 +4909,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