GDateTime: use nl_langinfo() when available
authorMatthias Clasen <mclasen@redhat.com>
Mon, 22 Aug 2011 03:48:07 +0000 (23:48 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 22 Aug 2011 03:48:07 +0000 (23:48 -0400)
commit527dc867225ae815356d2d1a72213abe981bd067
tree4e8905447655bb014b6867a21e12566ab3849968
parent040dcc8a7882a6e99fe80a712c3c9804b23b16f4
GDateTime: use nl_langinfo() when available

This makes g_date_time_format() react to LC_TIME, which is
what people expect.

Translators: this change means that the GDateTime strings
are only used when the C library does not already provide
suitable translated strings for these (month names, etc).
configure.ac
glib/gdatetime.c