Order status in English / Dutch
-
Our problem on 2.1.12 is that some order statuses are in Dutch and some are in English. When I look in the code of the “Acties” pulldown on the order overview, it’s like this:
<option value=”mark_processing”>Markeer in verwerking</option><option value=”mark_on-hold”>Markeer als in de wacht</option><option value=”mark_completed”>Markeer voltooid</option><option value=”mark_custom_status_betaald”>Mark betaald</option><option value=”mark_custom_status_cancelled”>Mark cancelled</option><option value=”mark_custom_status_failed”>Mark failed</option><option value=”mark_custom_status_on-hold”>Mark on-hold</option><option value=”mark_custom_status_pending”>Mark pending</option><option value=”mark_custom_status_refunded”>Mark refunded</option><option value=”invoice”>PDF facturen</option><option value=”packing-slip”>PDF Pakbonnen</option></select>
But when I open an order, the status is in Dutch:
<ul class=”chosen-results”><li class=”active-result” style=”” data-option-array-index=”0″>in afwachting<li class=”active-result” style=”” data-option-array-index=”1″>mislukt<li class=”active-result result-selected” style=”” data-option-array-index=”2″>in de wacht<li class=”active-result” style=”” data-option-array-index=”3″>in verwerking<li class=”active-result” style=”” data-option-array-index=”4″>voltooid<li class=”active-result” style=”” data-option-array-index=”5″>terugbetaald<li class=”active-result” style=”” data-option-array-index=”6″>geannuleerd<li class=”active-result” style=”” data-option-array-index=”7″>betaald
And the ‘acties’ pulldown on the right of the order detail screen displays:
<select name=”wc_order_action”>
<option value=””>Acties</option>
<optgroup label=”Bestelling e-mails opnieuw versturen”>
<option value=”send_email_new_order”>New order</option>
<option value=”send_email_customer_processing_order”>Processing order</option><option value=”send_email_customer_completed_order”>Completed order</option><option value=”send_email_customer_invoice”>Customer invoice</option> </optgroup>
<option value=”regenerate_download_permissions”>Genereer download toestemmingen</option>
</select>This is very strange behavior as 2 languages are merged, but there is only one nl_NL PO language file.
What’s going on here?
Regards,
Bert
- The topic ‘Order status in English / Dutch’ is closed to new replies.