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/gu.po | |
parent | 2752f8668e74fc080bda22994fdbddc3cc77cd6b (diff) |
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/gu.po')
-rw-r--r-- | po/gu.po | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -185,7 +185,7 @@ msgstr "PM" #: ../glib/gdatetime.c:207 msgctxt "GDateTime" msgid "%a %b %e %H:%M:%S %Y" -msgstr "" +msgstr "%A %d %b %Y %I:%M:%S %p %Z" #. Translators: this is the preferred format for expressing the date #: ../glib/gdatetime.c:210 @@ -201,10 +201,9 @@ msgstr "%H:%M:%S" #. Translators: this is the preferred format for expressing 12 hour time #: ../glib/gdatetime.c:216 -#, fuzzy msgctxt "GDateTime" msgid "%I:%M:%S %p" -msgstr "%H:%M:%S" +msgstr "%I:%M:%S %p %Z" #: ../glib/gdatetime.c:229 msgctxt "full month name" |