evanhenry Publish time 2020-05-06 15:12

ML flag hover language display change

Edited by evanhenry at 2020-5-6 15:34

Hey vot,

Whenever we hover on the flag to change the language of the site, it displays the langauge in the actual local way and the English spelling of the same. But, I found two of them not displayed correctly and my suggestion are as follows,

Current display,
1. Persian/Farsi
2. Uyghur/Uighur

Please change display from above to below,
1. فارسی/Farsi
2. ئۇيغۇر/Uighur

Perfecting Discuz ML:)
Cheerios.......
Evan







vot Publish time 2020-05-07 10:02

Ok, thank you!

Just edit the config_global.php
$_config['languages']['fa'] = array('icon'=>'fa.gif', 'name'=>'فارسی', 'title'=>'Persian', 'dir'=>'rtl', 'code'=>'fa-IR');
...
$_config['languages']['ui'] = array('icon'=>'ui.gif', 'name'=>'ئۇيغۇر', 'title'=>'Uighur', 'dir'=>'rtl', 'code'=>'ui-UY');

evanhenry Publish time 2020-05-07 15:32

Awesome. I will download once you update the repo.
Pages: [1]
View full version: ML flag hover language display change