How to set the 24-hour time format?
Note! Starting with Ministra TV Platform 5.3, you can set the display of the 24-hour time format directly in the user interface. To do this, go to Settings→ Localization→ Time format.
To set the 24-hour time format in the Ministra TV Platform below 5.3, use the instructions below.
For example, to set the 24-hour format for English localization:
Edit
To edit, it is required to use Poedit utility.
1. Set
time_format - {0}:{1}
2. Bring the part
msgid "%H:%i" msgstr "%h:%i %p"
to:
msgid "%H:%i" msgstr "%H:%i"
3. Bring the part
msgid "H:i" msgstr "h:i A"
to:
msgid "H:i" msgstr "H:i"
Note that the 24-hour time format is only displayed for the selected localization. To set the 24-hour format in other locations, please repeat editing procedure of
file in the appropriate localization.