extension.json 606 B

1234567891011121314151617
  1. {
  2. "name": "i18n Enhance",
  3. "version": "1.0.0",
  4. "description": "Plugin to add i18n API in order to change column's title and table locale.",
  5. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/i18n-enhance",
  6. "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/i18n-enhance.html",
  7. "plugins": [{
  8. "name": "bootstrap-table-i18n-enhance",
  9. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/i18n-enhance"
  10. }],
  11. "author": {
  12. "name": "Jewway",
  13. "image": "https://avatars0.githubusercontent.com/u/3501899"
  14. }
  15. }