Open GoogleCodeExporter opened 9 years ago
Hum, I just found it does not depend on the string, but on where it is used in
the code.
I'll try to find which JS function in doesn't work with.
Original comment by tae...@gmail.com
on 13 Feb 2011 at 2:06
It was a problem of asynchronous loading, I was adding the strings before the
.po file was parsed.
Here is a patch that adds a custom event GettextLoad, so you just have to do
document.addEventListener("GettextLoad", init, false); to execute the code
after Gettext has finished parsing the file.
Original comment by tae...@gmail.com
on 13 Feb 2011 at 3:19
Attachments:
Original issue reported on code.google.com by
tae...@gmail.com
on 13 Feb 2011 at 1:57Attachments: