i am looking at the docs page. and specifically, the part of the page that says this:

Example:

If both

./includes/languages/english/lang.order_status.php
./includes/languages/english/order_status.php

exist, the second one (the older style define based file) is ignored.

my question is what if there are these 2 files:

./includes/languages/english/lang.order_status.php
./includes/languages/english/MY_TEMPLATE/order_status.php

which file should be ignored? and which one is ignored?

it seems that all template override language files must now use the new style; despite the file being an override.

or am i wrong here?

thanks.