Skip to content

Commit f427c19

Browse files
committed
Use array() instead of []
1 parent 5db4a6d commit f427c19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/inc/i18n/fa.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* َAnd Ham3D (hamed334@gmail.com)
88
*/
99

10-
$LANG['fa'] = [
10+
$LANG['fa'] = array(
1111
'Packages' => 'بسته ها',
1212
'IP' => 'آي پي',
1313
'Graphs' => 'نمودار ها',
@@ -754,4 +754,4 @@
754754
'Do not use encryption' => 'از رمزگزاری استفاده نشود',
755755

756756
'maximum characters length, including prefix' => 'بیشینه %s کاراکتر طول, شامل پیشوند',
757-
];
757+
);

0 commit comments

Comments
 (0)