国际化 jquery SlickGrid

发布于 2024-09-07 08:33:52 字数 59 浏览 3 评论 0原文

SlickGrid 上的标准格式化程序和编辑器可以国际化吗?我需要英语和西班牙语。

谢谢

It's possible to internationalize the standards formatters and editors on SlickGrid? I need it on English and Spanish languages.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

初懵 2024-09-14 08:33:52

我在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文