Closed IbrahimCarbuga closed 3 years ago
Hi @IbrahimCarbuga,
I see the translations that you require in the sk language today: https://github.com/angular-ui/ui-grid/blob/master/packages/i18n/src/js/sk.js#L58-L61
May I ask which version of ui-grid you are using?
Hi,
I'm using ui-grid for Slovak language. But when I use pinning property I take a error (Cannot read property 'pinLeft' of undefined). Then solve the problem, I tried change ui-grid.min.js file and I searched "sk" text then I couldn't see pinning property. But for other languages it was defined. Then I defined
pinning: { pinLeft: "Pripnúť doľava", pinRight: "Pripnúť doprava", unpin: "Uvoľniť" },
my problem solved. And but publish the code, noone reached my editable code. Could you add pinning property in "sk" language?