| 2 | |
| 3 | The idea would be similar to have Domain Path works in the plugin's header: |
| 4 | https://developer.wordpress.org/plugins/internationalization/how-to-internationalize-your-plugin/#domain-path |
| 5 | https://developer.wordpress.org/plugins/plugin-basics/header-requirements/#header-fields |
| 6 | |
| 7 | It doesn't remove that much code: |
| 8 | |
| 9 | https://github.com/WordPress/gutenberg/blob/c630a1e8be0fff442b2313d18e26320c74f087ea/packages/create-block-tutorial-template/templates/%24slug.php.mustache#L31-L34 |
| 10 | |
| 11 | However, it improve the developer experience and we would have better understanding of what the plugin contains like I mentioned above. |