The gettext.js library seems to be giving me trouble. When I try to run the "index.html"
file, an error message saying
"ReferenceError: str is not defined"
pops up.
this.LCmessages[lang] = new jsGettext.Parse(str);
I'm not sure where the str
variable is supposed to come from. Any ideas on how to fix this issue?
I installed gettext.js version 0.1.0 and am using Firefox version 21.0 on Windows 7 64-bit.
Your assistance would be greatly appreciated. Thank you!