Posted by Summit on September 2, 2010 at 11:24am
Jump to:
| Project: | Node displays contributions |
| Version: | 6.x-2.x-dev |
| Component: | Other modules support |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (works as designed) |
Issue Summary
Hi,
First I would tell you that I really love Display Suite and Node Display contributes, it is a great way of theming!
Thanks for building it!
But when I use the gmap, location and cck submodules, my language (Dutch) is not followed. The Label etc. stays in English, while notmal gmap, location and cck fields in node.tpl.php are following the translation.
Isn't Node_display able to use translation of the content, or is it somewhere a bug?
Thanks a lot in advance for going into this!
Greetings, Martijn
Comments
#1
Well, by default the labels aren't ran through the t() function for performance reasons - and also to keep the clutter out of the translation database.
Can you try changing the default label to something else and see if it changes and pops up in the translation management screen ?
#2
Label translation works as designed as stated in #1