mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 17:08:45 +02:00
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.
This commit is contained in:
5
po/sr.po
5
po/sr.po
@@ -183,7 +183,7 @@ msgstr "PM"
|
||||
#: ../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
|
||||
@@ -199,10 +199,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 "%T"
|
||||
|
||||
#: ../glib/gdatetime.c:229
|
||||
msgctxt "full month name"
|
||||
|
Reference in New Issue
Block a user