frook1 / gettext-js

Automatically exported from code.google.com/p/gettext-js
MIT License
0 stars 0 forks source link

Broken in Prototype 1.6 #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. upgrade prototype to 1.6
2. call _("something to translate")

The indexOf function doesn't work as expected, and doesn't find the string
in the array of msgids. I added flatten() before indexOf(str) to make it
work.  

Original issue reported on code.google.com by wish...@gmail.com on 15 Jan 2008 at 2:29