Except for the fact that we do not get "0"s anymore, it looks like this is insufficient.
I was hoping we could get by default an order similar to the lang_id #
To at least not give the wrong idea to users if not possible to do that, I suggest changing also the default display in the Content Language Manager to ordering instead of title.
i.e. chnage // List state information.
parent::populateState('a.title', 'asc');
to // List state information.
parent::populateState('a.ordering', 'asc');
in line 78 of ROOT/administrator/components/com_languages/models/languages.php
Except for the fact that we do not get "0"s anymore, it looks like this is insufficient.
I was hoping we could get by default an order similar to the lang_id #
To at least not give the wrong idea to users if not possible to do that, I suggest changing also the default display in the Content Language Manager to ordering instead of title.
i.e. chnage
// List state information.
parent::populateState('a.title', 'asc');
to
// List state information.
parent::populateState('a.ordering', 'asc');
in line 78 of ROOT/administrator/components/com_languages/models/languages.php