RC
Reported
Hi, Inside file sma_lang.php line 246 $lang[‘no’] - Issue in Translate to Arabic [‘no’] mean don’t accept and also mean quantity numbers and both have same string The string is used in 2 places so the translation need to be isolated with another string for quantity. thanks.
Attachments
- MSAnswered
Hello,
There are 2 lines for no as following
For No at line 245
$lang['no'] = 'No';
For Number at line 563
$lang['no.'] = 'No.';
If those on any page these are mixed, let me know.
Thank you
- Login to Reply