Quote:
Originally Posted by Analogus
Terisa:
If you just include my code from my file some functions may not work. My idea was to use my own language-section in the lang.ods. Most of my simple functions point to this part of the lang.ods. Look at the beginning of the file - there you will find a line:
Code:
LA = Core.lang.getLocalizer("ANALOGUS");
which points to the lang.ods. LA() is used instead of L() for localisation.
|
That I know. I got your lang.ods, translated it and mixed it with mine (some changes, too).
Quote:
Originally Posted by Analogus
A couple of functions require certain files and/or folders on the reader. Without the right folder some of the functions will not work but just quit without message.
|
I'll check it now. I've been reproducing some changes I wanted to add and, after looking the options appear translated, and seeing it doesn't look like it works one I tested, I haven't investigated more.
Quote:
Originally Posted by Analogus
If you find a way to make a new menu in prs-settings with the functions let me know. I was not able to do that...
|
Are we talking about a new menu entry (that I have done it for my options) or a new group for actions? I would have to check if I find where the groups are defined.