Convert language PHP 5.4 arrays.
This commit is contained in:
parent
bde518b59c
commit
a1547b30ad
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return array(
|
return [
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
@ -17,4 +17,4 @@
|
||||||
|
|
||||||
'next' => 'Next »',
|
'next' => 'Next »',
|
||||||
|
|
||||||
);
|
];
|
||||||
|
|
Loading…
Reference in New Issue