mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
28 lines
1.2 KiB
Markdown
28 lines
1.2 KiB
Markdown
# Plugin-developer
|
|
|
|
## Mulitiple language
|
|
|
|
Below points you should know if you want to tranlate:
|
|
|
|
- Every plugin's po.zh_CN.js can be used for other Cockpit plugin
|
|
- po.zh_CN.js.gz at base1 is the system language file
|
|
|
|
## Release
|
|
|
|
Plugins should compatible with the releases of websoft9. The standard release process is as follows:
|
|
|
|
1. Publish RC release
|
|
2. Test it for all support websoft9 stable release
|
|
3. Test it for websoft9-RC at special case (Websoft9 new RC not compatible with this plugin)
|
|
4. Publish Stable release
|
|
|
|
## Plugins developer.md
|
|
|
|
- [plugin-appstore](https://github.com/Websoft9/plugin-appstore/blob/main/docs/developer.md)
|
|
- [plugin-myapps](https://github.com/Websoft9/plugin-myapps/blob/main/docs/developer.md)
|
|
- [plugin-portainer](https://github.com/Websoft9/plugin-portainer/blob/main/docs/developer.md)
|
|
- [plugin-nginx](https://github.com/Websoft9/plugin-nginx/blob/main/docs/developer.md)
|
|
- [plugin-settings](https://github.com/Websoft9/plugin-settings/blob/main/docs/developer.md)
|
|
- [plugin-gitea](https://github.com/Websoft9/plugin-gitea/blob/main/docs/developer.md)
|
|
- [plugin-navigator](https://github.com/Websoft9/plugin-navigator/blob/main/docs/developer.md)
|
|
|