Skeleton needs to somehow work with sites which have multiple languages. I see three approaches:
- We can model the normal Drupal interface, where a base language is specified in the node, and then translations can be added on top.
- We can store one language per template, and force users to translate after creating an outline.
- We can store one language per outline, and pull the specified language from each template.
Comments
Comment #1
agentrickardOption 3 may be the simplest to implement.
Comment #2
deviantintegral commentedI've committed changes which implement #2 above as it was the simplest to implement, and matches the needs of the project I'm working on. As well, you can now select a language for the book root page when creating a skeleton instance.