Strings of extend-custom-controls are not available for translation
-
I had previously reported this issue on GitHub, but now that the source code for Astra on GitHub is gone, I am reporting it here as well.
The extend-custom-controls strings, contained in these source files, are not available for translation at translate.www.remarpro.com:
inc/customizer/extend-custom-controls/src/common/responsive.js
inc/customizer/extend-custom-controls/src/builder-layout/row-component.js
inc/customizer/extend-custom-controls/src/builder-layout/item-component.js
inc/customizer/extend-custom-controls/src/common/responsive-device.js
inc/customizer/extend-custom-controls/src/list-icons/list-icons-component.js
inc/customizer/extend-custom-controls/src/social-icons/social-component.js
inc/customizer/extend-custom-controls/src/builder-layout/builder-header-control.js
Perhaps because at the beginning of these files there is:
const {__} = wp.i18n;
instead of
import { __ } from “@wordpress/i18n”;
Thanks.
- The topic ‘Strings of extend-custom-controls are not available for translation’ is closed to new replies.