国际化 jquery SlickGrid
SlickGrid 上的标准格式化程序和编辑器可以国际化吗?我需要英语和西班牙语。
谢谢
It's possible to internationalize the standards formatters and editors on SlickGrid? I need it on English and Spanish languages.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 Github 上问了同样的问题,答案如下:
http:// /github.com/mleibman/SlickGrid/issues/issue/64/#comment_288695
基本上,作者说只有 slick.grid.js (和 slick.model.js)是 SlickGrid 核心文件的一部分,所有其他的是“样本”。
存在一些 jQuery 插件来本地化东西,但你真的不需要它们中的任何一个......我建议你阅读 JQuery UI DatePicker 是如何本地化它的字符串的,你可以对你的编辑器做同样的事情(这就是无论如何,我这样做)
http://docs.jquery.com/UI/Datepicker/Localization
I have asked the same question on Github, here is the answer:
http://github.com/mleibman/SlickGrid/issues/issue/64/#comment_288695
Basically, the authors says that only slick.grid.js (and slick.model.js) is part of the SlickGrid core files, all others are "samples".
There exist some jQuery plugin to localize stuff, but you really don't need any of them... I would suggest you read how the JQuery UI DatePicker is localizing it's strings, and you can just do the same with your editors (that's what I do anyway)
http://docs.jquery.com/UI/Datepicker/Localization