Meta Box
Support Forum
Support › General › Translate Meta Box (AiO) with Loco TranslateResolved
I can't find the strings for Custom Post Types in Loco Translate:
It seems the translation file is missing (pot / mo)
Could you help me out please?
Hi,
The post type created by MB CPT is saved in the database as a post (post type mb-post-type). So it is not possible to translate the post type label with Loco Translate if you create it by the builder.
mb-post-type
You can generate PHP code and add it to the file functions.php in the theme/child theme folder and follow this topic to know how to translate the CPT label. https://wordpress.stackexchange.com/questions/367104/loco-translate-custom-post-and-custom-taxonomy-labels-not-translated-in-wp-admi
And documentation https://docs.metabox.io/extensions/mb-custom-post-type/#getting-php-code https://docs.metabox.io/extensions/meta-box-builder/#getting-php-code
Or... I could simply post my translation for these here and you add it to MB. Plus I'll share my other translation files. What do you think?
If you want to translate the tab label, please help us to translate strings here https://translate.wordpress.org/projects/wp-plugins/mb-custom-post-type/
Then you can install the plugin MB Custom Post Type independently to get the translation.
thanks! I'll consider that.