Problem with setting language in column

I have a problem with setting language in column (it possible to do this for whole table?). I added languages catalog to my project and languages.min.js file. I added link to languages.min.js just like in example (http://jsfiddle.net/api/post/library/pure/) and I get Uncaught Error: Unknown language : pl-PL from handsontable.full.js. What I’m doing wrong?

Hi @pranosz
Please take a look at this example: http://jsfiddle.net/3y3jxkgm/
3rd column is in US dollars and last one in polish zloty.

I see that languages.min.js is added just like in example which I include in my message and just like in my project. But I still don’t know why it doesn’t work in my project.

it looks like there can be an issue with file paths but as I’m not able to replicate the same behavior there’s not much I can say more.