소스 검색

[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) {