Feature Request
Describe your use case and the problem you are facing
I'm localizing a WordPress theme that unfortunately cannot be hosted on WP.org due to organisation policy. I am trying to migrate from a collection of tools to the i18n command. I need to create .mo file to be loaded with load_theme_textdomain(). My .po files are called like theme-slug-cs_CZ.po (so theme slug + locale name), however, the load_theme_textdomain() function requires the .mo file to be called just cs_CZ.mo (so just locale name). This requires me to strip the theme slug from all .mo files
Describe the solution you'd like
I'd like to see the option to use just the locale name for the make-mo command
Feature Request
Describe your use case and the problem you are facing
I'm localizing a WordPress theme that unfortunately cannot be hosted on WP.org due to organisation policy. I am trying to migrate from a collection of tools to the i18n command. I need to create
.mofile to be loaded withload_theme_textdomain(). My.pofiles are called liketheme-slug-cs_CZ.po(so theme slug + locale name), however, theload_theme_textdomain()function requires the.mofile to be called justcs_CZ.mo(so just locale name). This requires me to strip the theme slug from all.mofilesDescribe the solution you'd like
I'd like to see the option to use just the locale name for the
make-mocommand