Hello,
I use the Atelier Theme with german language. I translated everything, but one string I can’t find: On the single product page there is a dropdown select box “Choose a Color”. Color is translated to “Farbe” – now it’s “Choose a Farbe”. But I am unable to translate “Choose a”.
I have found the corresponding text passage in the following file: atelier/woocommerce/single-product/add-to-cart/variable.php on line 32:
$default = sprintf( __( 'Choose a %s', 'swiftframework'), wc_attribute_label( $attribute_name ) );
How can I translate this, without changing the file each time?
Thanks in advance!