extension.json 620 B

12345678910111213141516171819
  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. {
  9. "name": "bootstrap-table-i18n-enhance",
  10. "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/i18n-enhance"
  11. }
  12. ],
  13. "author": {
  14. "name": "Jewway",
  15. "image": "https://avatars0.githubusercontent.com/u/3501899"
  16. }
  17. }