diff options
author | Ryan Lortie <desrt@desrt.ca> | 2011-09-05 00:03:39 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2011-09-05 00:08:47 -0400 |
commit | 76c49589064c38ce9fe4789677f65e3e09021b40 (patch) | |
tree | e3d30c8c5fa3a93dcc50c6048ba6c504f883e6a3 /po/af.po | |
parent | 2752f8668e74fc080bda22994fdbddc3cc77cd6b (diff) | |
download | glib-76c49589064c38ce9fe4789677f65e3e09021b40.tar.gz |
Populate missing GDateTime format strings
Use the glibc locale database to add GDateTime strings only for those locales
that had not specifically added them for themselves.
Some locales have different translations from what is in the C library and we
leave those alone with this commit.
Diffstat (limited to 'po/af.po')
-rw-r--r-- | po/af.po | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -173,7 +173,7 @@ msgstr "nm." #: ../glib/gdatetime.c:207 msgctxt "GDateTime" msgid "%a %b %e %H:%M:%S %Y" -msgstr "" +msgstr "%a %d %b %Y %T %Z" #. Translators: this is the preferred format for expressing the date #: ../glib/gdatetime.c:210 |