This project is the last of my dependencies that can only read from setup.cfg. the domains that I think should be used are something like:
pyproject.toml:
[ tool.babel.extract_messages ]
message_extractors="""{ 'gui': [ ('**/js/*.min.js', 'ignore', None), ('**/js/*.js', 'javascript', {'input_encoding': 'utf-8'}) ]}"""#options
[ tool.babel.compile_catalog ]
#options
[ tool.babel.init_catalog ]
#options
[ tool.babel.update_catalog ]
#options
This project is the last of my dependencies that can only read from setup.cfg. the domains that I think should be used are something like:
pyproject.toml: