Page 1 of 1

[fixed] Correct abbreviation for Persian in file "fa_IR...

Posted: Tue Jun 03, 2014 8:40 pm
by farhadprm
Hi,

in the end of file:

Code: Select all

(root)/trunk/lib/nls/fa_IR.nls.php
the abbreviation for persian Language is wrong:

Code: Select all

$nls['htmlarea']['fa_IR'] = 'ja';
the correct abbreviation is: 'fa'

Code: Select all

$nls['htmlarea']['fa_IR'] = 'fa';
Thak you

Re: Correct abbreviation for Persian in file "fa_IR.nls.php"

Posted: Tue Jun 03, 2014 11:08 pm
by calguy1000
Fixed in svn, thanks.