When it comes to extending TW via plugins or macros... you will loose all language customizations, ShadowStyleSheetDefaults or variable configuration in general that you've made in the plugin tiddler when you try to update from a non localized version.
This could be handled via repos of localized versions of which, however, I am not aware of any. Another way to work around this is to put all language customizations into a dedicated tiddler (tagged systemConfig) maybe called zzLANGXYZ and use the javascript merge function to merge localised strings into config objects as used by the plugin. Obviously this will only work if the plugin is well designed in that it is using such configuration objects and quite probably the string.format([]) function rather than simple message strings hardcoded into the source. Cheers, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

