Posted by zmove on August 20, 2007 at 1:26pm
Jump to:
| Project: | Recipe |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi,
As this is a credo of drupal 6, I think it could be good to put this module multilanguage (support of i18n which will be core soon I think).
As recipe is a content type, it is possible to translate all different field content with i18n but ingredients are not translatable so why not do this ?
zmove
Comments
#1
I too would love this. Maybe have an option to have the recipes (with description, ingredients etc) in two languages: one English for example and the other Italian. This way we target people from both countries.
#2
I too would love this. Maybe have an option to have the recipes (with description, ingredients etc) in two languages: one English for example and the other Italian. This way we target people from both countries.
#3
me too!!! Hands down a great idea.
#4
I'm getting some news about that. I tested the last 1.0 for drupal 5.x and it seems ingredients are not i18n friendly. Is there a patch to make them available ?
#5
Is this an issue of the strings in the module not having t() wrappers? What's the technical issue here?
#6
Similar translation problem with version 6.x-1.0-beta1: I can't find a way to translate the dropdown ingredient's units list (gram, kilogram, pound...).
I don't know if it is a missing t() wrapper because I have no idea where those strings are stored.
#7
Ingredients and measurements are both referenced by numeric IDs... you could easily intercept those and point them at different localized terms.
Sorry, I don't know a lot about i18n and localization in Drupal yet, but I know that nothing is really hard coded in a way that makes things difficult.
#8
#9
#10