-
Hi,
I need to make site in two languages: English and Lithuanian.
I am using Translate Press.
Pages are translated normally.However I want to translate some plugins, egz Newsletter:
“Sign up now to receive your discount code and updates on our latest products and promotions.”
I cannot find this string with Translate Press (string translation requires PRO version)
I found that this string is inside themes folder:
urami-wp/includes/admin/theme-option-setting.phpPart code is:
array(
‘name’ => ‘newsleter_popup_description’,
‘type’ => ‘textarea’,
‘label’ => __(‘Newsletter popup description’,’urami-wp’),
‘value’=>’Sign up now to receive your discount code and updates on our latest products and promotions.’,
),Can I translate this text manually, using code ?
Thank you