This is not an official answer, but it might get you by until someone
provides one.
If you look at the source code, and search for "Translateable strings"
there is a whole section with code that looks like:
merge(config.messages.messageClose,{
text: "close",
tooltip: "close this message area"});
You could take this code, and paste it into your own tiddler, and tag
it as "systemConfig". Then change the english strings to Deutsch
strings. When you save and reload your TW, the new strings should be
in place. Note that the TW is obviously going to be larger, because
you're coding the same information twice.
Also, there are still strings that are not translateable (probably
because it would break the rest of the code).
It seemed to work in my tests. Try it yourself on a backup copy.
HTH
Mark
On Dec 21, 7:16 am, Mae <[email protected]> wrote:
> Cause I don't like denglish (http://en.wikipedia.org/wiki/Denglisch),
> my german allready bad enaugh, and I can't english. So I have to make
> my own translation, with Manpages in my own german dialect.
>
> Now I got the Problem with the error messages, like this:"sync
> operation unsupported: ..."
>
> Got anyone a helping Idea how I can translate this in the right
> modular way, without touch the wikikernel?
> And I like to make a tiddler to the error-messages.
> Thanx
> and sorry for my bad english
> Mäx (aka Mae)
--
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.