tonytomov / jqGrid

jQuery grid plugin
www.trirand.com
2.84k stars 1.2k forks source link

Update `ES` language #1038

Closed erikn69 closed 1 year ago

erikn69 commented 1 year ago

Some missing keys are giving me exceptions https://github.com/tonytomov/jqGrid/commit/74b07491c33f625ba8b2691fb70e127377a754d6

Uncaught TypeError: Cannot read properties of undefined (reading 'defaults')
    at HTMLTableElement.<anonymous> (grid.base.js?x=4:1:97695)
    at Function.each (jquery.min.js:2:3129)
    at ce.fn.init.each (jquery.min.js:2:1594)
    at $e.fn.jqGrid (grid.base.js?x=4:1:40514)
erikn69 commented 1 year ago

@tonytomov it is also needed in all languages https://github.com/tonytomov/jqGrid/blob/ec3200a713b01eccfd03efa8cfdd0ad3b6d598fe/js/i18n/grid.locale-de.js#L63-L64 https://github.com/tonytomov/jqGrid/blob/ec3200a713b01eccfd03efa8cfdd0ad3b6d598fe/js/i18n/grid.locale-it.js#L40-L41

tonytomov commented 1 year ago

Hello,

Thanks. I know this. All languages will be updated before publishing the new version.