Is a text-domain necessary for a child theme
Sorry for the noob question.
Is a text-domain necessary for a child theme? I am building a simple child theme with no text-domain declared. So, when I use strings which are to be translated, should I use the parent theme text-domain (yes parent theme has text-domain loaded and also has .mo/.po files).
For example adding this line in my child theme template
?php __('Some String', 'parent-text-domain');
Will be above string be translated?
Thanks in advance
Topic textdomain translation child-theme Wordpress
Category Web