I've got a really large array that i need to replace some stuffs in it ( using notepad++ regular expression search and replace ) but i don't the right Regex for it , and everything i tried failed.
Example :
'label' => 'Some text',
Must be replaced with :
'label' => __('Some text', 'mytextdomain'),