[drupal-devel] [bug] No option to translate menus
Goba
drupal-devel at drupal.org
Fri Mar 25 20:50:12 UTC 2005
Issue status update for http://drupal.org/node/12650
Project: Drupal
Version: 4.5.0
Component: menu system
Category: bug reports
Priority: normal
Assigned to: Anonymous
Reported by: liambr
Updated by: Goba
Status: active
There needs to be a complete solution for translating all kinds of user
specified data (ie. names of profile fields, even the site slogan or
the user welcome message are not translateable now). Noone came up with
a working solution yet.
Goba
Previous comments:
------------------------------------------------------------------------
November 6, 2004 - 23:05 : liambr
I have tried to translate the menus I have entered without any luck. I
have looked into all the setup options (under administer) and also
tried through localization settings searching for the strings but they
do not show up in the list. I have both i18n and locale modules
installed and I am able to translate all other strings.
I have entered this as a bug, but I am not sure if it should be a
feature request.
------------------------------------------------------------------------
November 6, 2004 - 23:27 : gordon
All the generated menus should be able to be translated.
Whick menu are you talking about?
If you are talking about the top menu, which you have entered as part
of the theme configuration, then these are not translatable, as it is
just content that you have entered. What I did on my site, (but not for
the reasons of translation) was that I made a modification to the theme
so that the content from the menus will get passed thru the filter.
This means that I can use the php filter. Doing this means that you can
use the t() do be able to do any translations. (I used it for the l())
------------------------------------------------------------------------
November 7, 2004 - 18:13 : Anonymous
I am talking about the new menu module where you can enter menu options
as new blocks or as part of the Navigation menu. I am not talking about
taxonomy (which has an option for translation) or theme menus.
------------------------------------------------------------------------
March 25, 2005 - 21:41 : sangriastudios
I am having the same problem and it doesn't look like anyone has a
solution.
More information about the drupal-devel
mailing list