Re: [Therion] Exporting lists - translation not there?

2017-03-11 Thread Benedikt Hallinger via Therion
Same result. I dont know much C, however if i peek into thexptable.cxx, it seems that there are only fixed strings put into the output. It seems the translate-method is not invoked, thus no language settings/translations can be applied. If someone would add the needed calls, i would happily

Re: [Therion] How to render very big cave with centerline and LROU only?

2017-03-11 Thread Benedikt Hallinger via Therion
Hello, this did not work unfortunately. However i got a solution. The data structure looks as following: MyCave +---Region-A | + Survey-1 | + Survey-2 | - ... +---Region-B | + Subregion-B1 | + Survey-B1-1 | - Survey-B1-2 | + Survey-2 | - ... ... The error occurs with the

Re: [Therion] Exporting lists - translation not there?

2017-03-11 Thread Bruce Mutton via Therion
You caught me out Benedict! >Unfortunately that didn't work. >The layout command yields the error: > therion: error -- thconfig [8] -- unknown option -- "-layout-language" > I did try to add a different language to another project, and I could not get > any non-english output of any type,

Re: [Therion] Exporting lists - translation not there?

2017-03-11 Thread Bruce Mutton via Therion
I am have run a few cursory tests, and all of the list exports seem to have English headings regardless of the language setting I use. I don't think there are translations for list exports (html output anyway). I have a tried and true multilingual project set up and testing it just now, it

Re: [Therion] Exporting lists - translation not there?

2017-03-11 Thread Martin Sluka via Therion
> 11. 3. 2017 v 13:01, Benedikt Hallinger via Therion : > > It is in essence a line "language de" > followed by export continuation-list -o list.html Try: export continuation-list -o list.html -layout-language de m.s. ___ Therion

Re: [Therion] Exporting lists - translation not there?

2017-03-11 Thread Benedikt Hallinger via Therion
It is in essence a line "language de" followed by export continuation-list -o list.html This yields english table headers. Am 2017-03-11 12:29, schrieb Martin Sluka via Therion: Explanation of language specific translations and its symbols is on page 2 of Thbook. May you share your thconfig

Re: [Therion] Exporting lists - translation not there?

2017-03-11 Thread Martin Sluka via Therion
Explanation of language specific translations and its symbols is on page 2 of Thbook. May you share your thconfig file? m.s. > 10. 3. 2017 v 20:27, Benedikt Hallinger via Therion : > > Hello again, > > i try to export some lists and want the titles to appear in german. >