Closed (fixed)
Project:
Week Field
Version:
6.x-2.4
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Aug 2009 at 16:36 UTC
Updated:
11 Sep 2009 at 00:30 UTC
I'm about to translate the module and found out that the month names (January, February) are not translatable. Probably it's the same with the day names (monday, tuesday,...).
By the way: I suggest to add a component 'User interface' for week issues (currently only code is available).
Comments
Comment #1
Prometheus6 commentedThere is now a "User interface" component.
The month and day names are created using the PHP date() function.
That should actually handle it on a properly configured system.
Comment #2
Prometheus6 commentedNew version has a new dependency on date_api, but that means translations of month and day names are handled. Still needs translations for the form strings etc, of course, so there's a .pot file in there too.
Comment #3
FrankT commentedThank you, things look fine so far but I have some new issues (should be finished then):
The title of page /archive/story seems to be the string 'Weekly %type archives'. The title of the page seems to be untranslatable (a block has the same title, for the block the string can be translated).
On page '/admin/settings/week' there is a string 'Create block containing a list of weekly archives, collectively or by node type. ' which seems to be untranslatable, too.
Comment #4
Prometheus6 commentedOkay, get the latest version and use the .pot file in there.
Comment #5
Prometheus6 commentedComment #6
Prometheus6 commentedFive + days with no problem