diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-07-06 21:08:16 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-07-06 21:08:16 +0200 |
commit | 80aa3fe15f6346102c29b9c4236fe1e89c283d3b (patch) | |
tree | ce74f3643b6d3e03050df0940e484d12235f9949 /src/Resources.vala | |
parent | 79a133306dee3c727edf09655767987ec11e2c4f (diff) | |
parent | df7f03cb7f772b9a87896bfa189bccd4068d1963 (diff) |
Merge branch 'release/debian/0.32.7-1'debian/0.32.7-1
Diffstat (limited to 'src/Resources.vala')
-rw-r--r-- | src/Resources.vala | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Resources.vala b/src/Resources.vala index d03a214..0bd8512 100644 --- a/src/Resources.vala +++ b/src/Resources.vala @@ -853,6 +853,7 @@ along with Shotwell; if not, write to the Free Software Foundation, Inc., /// Locale-specific starting date format for multi-date strings, /// i.e. the "Tue Mar 08" in "Tue Mar 08 - 10, 2006" /// See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format + /// xgettext:no-c-format START_MULTIDAY_DATE_FORMAT_STRING = C_("MultidayFormat", "%a %b %d"); /// Locale-specific ending date format for multi-date strings, @@ -863,6 +864,7 @@ along with Shotwell; if not, write to the Free Software Foundation, Inc., /// Locale-specific calendar date format for multi-month strings, /// i.e. the "Tue Mar 08" in "Tue Mar 08 to Mon Apr 06, 2006" /// See http://developer.gnome.org/glib/2.32/glib-GDateTime.html#g-date-time-format + /// xgettext:no-c-format START_MULTIMONTH_DATE_FORMAT_STRING = C_("MultimonthFormat", "%a %b %d"); /// Locale-specific calendar date format for multi-month strings, |