Magento – Magento 1.9: Can’t translate order status labels on the order grid

localisationmagento-1.9

We can't translate the order status labels on the order grid.
When viewing a specific order, the translation is working as it should be.

Were having a problem with translating the order status labels "Processing", "Canceled" and "Complete" into Swedish. For example, we want to change "Complete" to "Skickad" (Sent in English). Please see the picture below. We have done the necessary changes in "System" => "Order Statuses", but that doesn't change these statuses labels on the grid?!

Edit Order Status

Order Grid Statuses

Best Answer

the order labels you try to amend will be applied on frontend, to translate them in backend, you should add these translations via csv, like: "Complete","Skickad".

It can be done applying changes to

app/locale/sv_SE/Mage_Adminhtml.csv

Hope it helps, have a nice day ;)

Related Topic