> > Is there a draft on this someplace? > No, I don't think so. I barely have time to document the features I've implemented, let alone those that don't exist yet!
> What is the rationale of having tiddlers for every translatable bit? > The other option I've considered is using indexed data tiddlers, so that multiple strings would appear in a single tiddler. That's the approach TW5 is using for the stylesheet tweaks. The trouble is that it's not very upgrade friendly; if one has overridden a single string in one of these tiddlers then the entire tiddler is "cloned" to override the underlying shadow tiddler. If an upgrade introduces a new data item then there's no easy way to fall through the overridden tiddler to the underlying shadow. I think that the best solution is to use individual tiddlers. For ease of typing, I may introduce an additional plugin tiddler format that makes it easy to type a plugin that contains a bunch of short text tiddlers (ie not JSON). Best wishes Jeremy > > Tobias. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

