koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Koha-devel] are month names translatable in opac?


From: Owen Leonard
Subject: Re: [Koha-devel] are month names translatable in opac?
Date: Thu Feb 26 07:03:03 2004

> I wonder whether the names for  months (in 
> reserves) are translatable,

If I understand you correctly, then YES, they are translatable.  The months are 
listed like this in opac-reserve.tmpl:

<option value="2">Feb</option>

The translatable string is 'Feb' (February), and the value="2" indicates the 
2nd month of the year.  Changing 'Feb' won't affect how the date gets stored.

  -- Owen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]