mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-09 01:18:43 +02:00
GDateTime: translate "AM"/"PM", not "am"/"pm"
"AM" and "PM" are the POSIX locale values. Modify the 14 translations that have been updated since then to save a headache to those translators.
This commit is contained in:
4
po/ru.po
4
po/ru.po
@@ -195,13 +195,13 @@ msgstr "Недопустимое имя узла"
|
||||
#. Translators: 'before midday' indicator
|
||||
#: ../glib/gdatetime.c:199
|
||||
msgctxt "GDateTime"
|
||||
msgid "am"
|
||||
msgid "AM"
|
||||
msgstr "д. п."
|
||||
|
||||
#. Translators: 'after midday' indicator
|
||||
#: ../glib/gdatetime.c:201
|
||||
msgctxt "GDateTime"
|
||||
msgid "pm"
|
||||
msgid "PM"
|
||||
msgstr "п. п."
|
||||
|
||||
#. Translators: this is the preferred format for expressing the date
|
||||
|
Reference in New Issue
Block a user