[pmwiki-users] Fixflow-Skin: Problems with Date in wrong language

Patrick R. Michaud pmichaud at pobox.com
Thu Jun 30 09:28:19 CDT 2005


On Wed, Jun 29, 2005 at 09:21:23PM +0200, Thorralf Schuh wrote:
> I use PmWiki in order to use it as workshop for disabled people 
> (psychological ill) to build an information-portal... The problem is, 
> that the date is written in English but has to be German... Does anybody 
> know how to change that within the fixflow-skin?

If you're using the language translation files, it ought to be doing
this automatically.  But if not, then try adding the following to
your local/config.php:

    setlocale(LC_TIME, 'de_DE');

Pm



More information about the pmwiki-users mailing list