Skeleton needs to somehow work with sites which have multiple languages. I see three approaches:

  1. We can model the normal Drupal interface, where a base language is specified in the node, and then translations can be added on top.
  2. We can store one language per template, and force users to translate after creating an outline.
  3. We can store one language per outline, and pull the specified language from each template.

Comments

agentrickard’s picture

Option 3 may be the simplest to implement.

deviantintegral’s picture

Status: Active » Fixed

I'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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.