Merge "mw.Upload.BookletLayout/Dialog: Add determinate progress bar"
[lhc/web/wiklou.git] / languages / data / Names.php
index c2d3ee1..7a46aac 100644 (file)
@@ -45,7 +45,7 @@ namespace MediaWiki\Languages\Data;
  * @ingroup Language
  */
 class Names {
-       public static $names = array(
+       public static $names = [
                'aa' => 'Qafár af',    # Afar
                'ab' => 'Аҧсшәа', # Abkhaz
                'ace' => 'Acèh',       # Aceh
@@ -464,5 +464,5 @@ class Names {
                'zh-tw' => "中文(台灣)\xE2\x80\x8E",    # Chinese (Taiwan)
                'zh-yue' => '粵語',                                   # Cantonese -- (see bug 8217)
                'zu' => 'isiZulu'               # Zulu
-       );
+       ];
 }