Use old array syntax solely for integration with CrowdIn

This commit is contained in:
James Brooks
2014-12-26 20:50:17 +00:00
parent 6ffdbc039c
commit edb6f53804

View File

@@ -1,6 +1,6 @@
<?php
return [
return array(
// Components
'component' => [
'status' => [
@@ -46,4 +46,4 @@ return [
'search' => 'Search...',
'user' => 'User',
],
];
);