How to translate the Year, Month and Day strings in the Calendar view

sdk - May 4, 2009 - 18:30
Project:Calendar
Version:6.x-2.1
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

Hello there,

I was wondering how to translate the terms "Year, Month, Week, Day" in the Calendar view. I cannot find any matching search strings in the Translation Interface.

I came across some strange behaviour as well. I am translating a page into dutch and french. English is the default language.

I have no problem translating the day names from tuesday to friday. Strangely, when I tranlate Monday into Maandag (dutch) / Lundi (french), the first three letters of the Month link above change depending on which language is switched on:

Month (English)
Lunth (French)
Maanth (Dutch)

I checked in the issue queue but didn't find any related problems. Would be nice if somebody could help me out.

Cheers!

#1

davidm_nodeo - May 12, 2009 - 08:49

I have noticed the same issue, been unable to fix it and thus reverted to 2.0 rc6... sorry I can't be of more help here :(

#2

pescetti - July 31, 2009 - 22:29

Confirmed in Calendar 6.x-2.2 too.

#3

arlinsandbulte - September 18, 2009 - 00:49
Status:active» postponed (maintainer needs more info)

This is really two issues:
For the first, would this module help?
http://drupal.org/project/stringoverrides
http://geeksandgod.com/tutorials/audio/string-overrides-module-drupal

For the second: has the latest module version(s) been evaluated?

#4

pescetti - September 25, 2009 - 00:47
Status:postponed (maintainer needs more info)» active

For the first, would this module help?
http://drupal.org/project/stringoverrides

I doubt that http://drupal.org/project/stringoverrides would help, since "Lunth" is to me a clear sign that something wrong is passed to t() and that module intercepts strings passed through the t() function:

  • "Monday" [en] = "Lundi" [fr]
  • "Mon" [en] = "Lun" [fr]
  • "Month" [en] = "Lunth" [fr], clearly wrong

For the second: has the latest module version(s) been evaluated?

My latest comment confirmed the problem with the latest version 2.2.

#5

drupalina - October 24, 2009 - 02:49

Subscribing

 
 

Drupal is a registered trademark of Dries Buytaert.