Hello. One of my customers bought your plugin. He gave me the plugin to translate into Arabic. But you forgot some strings to be translatable.
For example, this file. Line 34:
class-wc-conditional-content-admin-controller.php
Of course, I was able to do it myself.
add_meta_box( ‘wccc_settings’, __(‘Output Settings’,’wc_conditional_content’), array($instance, ‘settings_metabox’), ‘wccc’, ‘side’, ‘low’ );
add_meta_box( ‘wccc_rules’,
__(‘Rules’,’wc_conditional_content’), array($instance, ‘rules_metabox’), ‘wccc’, ‘normal’, ‘high’ );
Open
Last updated: January 31, 2023
0 comments
Log in to comment on this feature request.