Language sort order for easy to check

When we export language files :

Languages Settings -> Languages -> Export

language file of content just a bit messy. My my suggestion is add a "ksort($aContent);" in lang_file.php :

 

administration/lang_file.php

 

    foreach($aItems as $aItem)

        $aContent[$aItem['key']] = $aItem['string'];

    ksort($aContent);

    $sName = 'lang_' . $aLanguage['Name'] . '.php';

 

https://www.insoler.com/ The first community site supports RAW photo formats !
Quote · 3 Jun 2016

Thank you for the suggestion:

https://github.com/boonex/dolphin.pro/issues/428

Rules → http://www.boonex.com/terms
Quote · 5 Jun 2016
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.