Add an "editor" extension type
[lhc/web/wiklou.git] / languages / messages / MessagesGrc.php
index 7e66a00..e2f0cc0 100644 (file)
@@ -8,7 +8,7 @@
  *
  */
 
-$dateFormats = array(
+$dateFormats = [
        'mdy time' => 'H:i',
        'mdy date' => 'xg j, Y',
        'mdy both' => 'H:i, xg j, Y',
@@ -20,5 +20,4 @@ $dateFormats = array(
        'ymd time' => 'H:i',
        'ymd date' => 'Y xg j',
        'ymd both' => 'H:i, Y xg j',
-);
-
+];