We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe354d9 commit c49b780Copy full SHA for c49b780
mythtv/libs/libmythui/mythuiclock.cpp
@@ -86,6 +86,8 @@ bool MythUIClock::ParseElement(
86
element.tagName() == "template")
87
{
88
QString format = parseText(element);
89
+ format = qApp->translate("ThemeUI", format.toUtf8(), NULL,
90
+ QCoreApplication::UnicodeUTF8);
91
format.replace("%TIME%", m_TimeFormat, Qt::CaseInsensitive);
92
format.replace("%DATE%", m_DateFormat, Qt::CaseInsensitive);
93
format.replace("%SHORTDATE%", m_ShortDateFormat, Qt::CaseInsensitive);
0 commit comments