<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 4, 2016 at 9:36 AM, Stephan Seitz <span dir="ltr"><<a href="mailto:stse+mythtv@fsing.rootsland.net" target="_blank">stse+mythtv@fsing.rootsland.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi!<br>
<br>
I have a question about Mythweb, themes, and languages.<br>
<br>
I’m using the German language. The list of upcoming recordings separates the days with the following date string:<br>
<br>
4.03.2016<br>
…<br>
5.03.2016<br>
<br>
Switching to the English language (same theme) the date string is:<br>
<br>
Fri Mar 4, 2016<br>
…<br>
Sat Mar 5, 2016<br>
<br>
I would like to have the weekday in the German language as well. How do I change it?<br>
<br>
Many greetings,<br>
<br>
Stephan<span class=""><font color="#888888"><br></font></span><br></blockquote><div><br></div><div>find you language files for mythtweb on debian they are in </div><div><br></div><div>/usr/share/mythtv/mythweb/modules_path/_shared/lang<br></div><div><br></div><div>and edit the "generic_date" variable. e.g. the English.lang it is </div><div><br></div><div><div>"generic_date"</div><div> %a %b %e, %Y</div></div><div><br></div><div>but the German.lang is</div><div><br></div><div><div>"generic_date"</div><div> %e.%m.%Y</div></div><div><br></div><div><br></div><div>change to German.lang to be what you want.</div></div><br></div></div>