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.
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
- MSAnsweredHello,
There are 2 lines for no as following
For No at line 245
```php
$lang['no'] = 'No';
```
For Number at line 563
```php
$lang['no.'] = 'No.';
```
If those on any page these are mixed, let me know.
Thank you - Login to Reply