internationalization
zmove - August 20, 2007 - 13:26
| Project: | Recipe |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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

#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.