Re: [pmapper-users] Possible bug in pmjson.js

2007-12-05 Thread Armin Burger
I will change it. All translations are done in language_xy.php, just the settings need to be made available to pure Javascript, so I use a PHP page that is loaded as JS file (js_locales.php), and here all required text strings have to be referenced explicitly. I did not find better solutions for t

[pmapper-users] Possible bug in pmjson.js

2007-12-04 Thread Dejan . Gambin
Hi, I am trying to translate the query results window title with text "Result". As I can see, it has to be translated through the js_locales.php file. I did it but I realized the line 351 in pmjson.js doesn't use localeList['Result']. I have corrected it and now it is fine. Question - do I hav