Преглед изворни кода

[Locale] add a list of unimplemented date format keywords

Igor Wiedler пре 14 година
родитељ
комит
cc6f996334
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/Symfony/Component/Locale/Stub/StubIntlDateFormatter.php

+ 1 - 0
src/Symfony/Component/Locale/Stub/StubIntlDateFormatter.php

@@ -49,6 +49,7 @@ class StubIntlDateFormatter
         $dateTime->setTimestamp($timestamp);
         $dateTime->setTimezone($this->dateTimeZone);
 
+        // not implemented: YuwWFgecSAZvVW
         $specialChars = 'MLydGQqhDEaHkKmsz';
         $specialCharsArray = str_split($specialChars);
         $specialCharsMatch = implode('|', array_map(function($char) {