help wantedtype:enhancement
倉庫指標
- Star
- (463 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Consider adding a way to automatically update the plugin's .pot file. If you decide to pursue this, of possible help are these Grunt tasks that scan a plugin's files for translation functions, then write their locations, internationalized strings, and accompanying messages (if any) in the .pot: https://www.npmjs.com/package/grunt-wp-i18n https://www.npmjs.com/package/grunt-pot
And here's a GitHub Action that may do the same: WP Pot Generator https://github.com/marketplace/actions/wp-pot-generator
Thanks.