wikimedia / jquery.i18n

🌐 jQuery based internationalization library
GNU General Public License v2.0
704 stars 144 forks source link

make clear the need to include cldr js file #194

Closed ssuess closed 5 years ago

ssuess commented 5 years ago

This project needs to make clear the need to include external dependencies for plural usage, so I added a line to that effect. Without it, many needless hours are lost debugging something that should be explicit from the beginning.

santhoshtr commented 5 years ago

Thanks!